Little fix for execute tests
This commit is contained in:
parent
0c0eed50db
commit
cee9d749d0
2 changed files with 6 additions and 4 deletions
|
|
@ -12,8 +12,9 @@ from paramecio2.libraries.i18n import I18n
|
||||||
try:
|
try:
|
||||||
from settings import config
|
from settings import config
|
||||||
except:
|
except:
|
||||||
print('You need a settings directory with a paramecio2 configuration')
|
#print('You need a settings directory with a paramecio2 configuration')
|
||||||
sys.exit(1)
|
#sys.exit(1)
|
||||||
|
pass
|
||||||
|
|
||||||
pattern=re.compile('^\w+\.(py|html|phtml|js)$')
|
pattern=re.compile('^\w+\.(py|html|phtml|js)$')
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,8 +16,9 @@ sys.path.insert(0, os.path.realpath('.'))
|
||||||
try:
|
try:
|
||||||
from settings import config
|
from settings import config
|
||||||
except:
|
except:
|
||||||
print('You need a settings directory with a paramecio2 configuration')
|
#print('You need a settings directory with a paramecio2 configuration')
|
||||||
sys.exit(1)
|
#sys.exit(1)
|
||||||
|
pass
|
||||||
|
|
||||||
def start():
|
def start():
|
||||||
"""Function for create and update mysql tables using webmodel classes and fields how source.
|
"""Function for create and update mysql tables using webmodel classes and fields how source.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue