Added variable for search the paramecio folder

This commit is contained in:
Antonio de la Rosa 2016-07-19 04:42:21 +02:00
parent 70a9ee9eb6
commit e839682899

View file

@ -4,6 +4,14 @@
from paramecio.cromosoma.webmodel import WebModel
# No touch it if you don't know what are you doing
import sys
paramecio_root=os.path.dirname(sys.modules['paramecio'].__file__)
#####
#server_used="wsgiref"
#Host/IP where bind the server