fix path generation

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@715 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
(no author)
2007-11-17 13:27:33 +00:00
parent 0665311a5b
commit 511b5f68ed
2 changed files with 7 additions and 4 deletions

5
server/activator vendored
View File

@@ -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 = []

View File

@@ -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 = []