fix path generation
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@715 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
5
server/activator
vendored
5
server/activator
vendored
@@ -58,6 +58,9 @@ def print_help():
|
||||
|
||||
options = argv[1:]
|
||||
|
||||
from entropyConstants import *
|
||||
from serverConstants import *
|
||||
|
||||
# print version
|
||||
if (' '.join(options).find("--version") != -1) or (' '.join(options).find(" -V") != -1):
|
||||
print_generic(APPNAME+": "+APPVERSION)
|
||||
@@ -72,8 +75,6 @@ if len(options) < 1 or ' '.join(options).find("--help") != -1 or ' '.join(option
|
||||
|
||||
import entropyTools
|
||||
import activatorTools
|
||||
from entropyConstants import *
|
||||
from serverConstants import *
|
||||
|
||||
# preliminary options parsing
|
||||
_options = []
|
||||
|
||||
@@ -63,6 +63,9 @@ def print_help():
|
||||
|
||||
options = argv[1:]
|
||||
|
||||
from entropyConstants import *
|
||||
from serverConstants import *
|
||||
|
||||
# print version
|
||||
if (' '.join(options).find("--version") != -1) or (' '.join(options).find(" -V") != -1):
|
||||
print_generic(APPNAME+": "+APPVERSION)
|
||||
@@ -78,8 +81,7 @@ if len(options) < 1 or ' '.join(options).find("--help") != -1 or ' '.join(option
|
||||
import entropyTools
|
||||
import reagentTools
|
||||
import databaseTools
|
||||
from entropyConstants import *
|
||||
from serverConstants import *
|
||||
|
||||
|
||||
# preliminary options parsing
|
||||
_options = []
|
||||
|
||||
Reference in New Issue
Block a user