Fixed silly bug in previous commit.
This commit is contained in:
parent
8b462b4934
commit
81ce6a1827
4 changed files with 26 additions and 13 deletions
|
|
@ -8,12 +8,12 @@ by game/evennia.py).
|
|||
|
||||
"""
|
||||
|
||||
import sys
|
||||
import os
|
||||
if os.name == 'nt':
|
||||
# For Windows batchfile we need an extra path insertion here.
|
||||
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.dirname(
|
||||
os.path.dirname(os.path.abspath(__file__))))))
|
||||
import sys
|
||||
import os
|
||||
from src.server.webserver import EvenniaReverseProxyResource
|
||||
from twisted.application import internet, service
|
||||
from twisted.internet import protocol, reactor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue