Corrected bugs

This commit is contained in:
Thomas FORGIONE
2015-04-20 10:13:49 +02:00
parent b22e35660a
commit 5e58724654
2 changed files with 6 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ import sys
import os
# ROOT_DIR = '/'.join(__file__.split('/')[:-2]) + '/'
ROOT_DIR = '/home/thomas/stage/javascript/web/'
ROOT_DIR = '/home/thomas/stage/javascript/master/'
class Element: