mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 09:16:32 +01:00
Clean up imports, done messing with this for a while. Please help test it.
This commit is contained in:
parent
f4b784cfa9
commit
f5ba11e7e7
1 changed files with 3 additions and 3 deletions
|
|
@ -6,10 +6,10 @@ Sets the appropriate environmental variables and launches the server
|
|||
process. Run the script with the -h flag to see usage information.
|
||||
"""
|
||||
from optparse import OptionParser
|
||||
import os # for OS related fonctions
|
||||
import sys # for getting command line arguments
|
||||
import signal
|
||||
from subprocess import Popen, call
|
||||
import os
|
||||
import sys
|
||||
import signal
|
||||
|
||||
# Set the Python path up so we can get to settings.py from here.
|
||||
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue