Little fix importing os module in config.py.sample
This commit is contained in:
parent
e839682899
commit
787e3e3a67
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ from paramecio.cromosoma.webmodel import WebModel
|
||||||
|
|
||||||
# No touch it if you don't know what are you doing
|
# No touch it if you don't know what are you doing
|
||||||
|
|
||||||
import sys
|
import sys, os
|
||||||
|
|
||||||
paramecio_root=os.path.dirname(sys.modules['paramecio'].__file__)
|
paramecio_root=os.path.dirname(sys.modules['paramecio'].__file__)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue