constants <-- variables

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@46 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2007-02-03 08:23:21 +00:00
parent 5890415538
commit b5efb15fe7
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import string
sys.path.append('../libraries')
import entropyTools
from entropyVariables import *
from entropyConstants import *
# System functions
+2 -2
View File
@@ -4,7 +4,7 @@
# DESCRIPTION:
# generic tools for all the handlers applications
from entropyVariables import *
from entropyConstants import *
# This function extracts all the info from a .tbz2 file and returns them
def extractPkgData(package):
@@ -93,4 +93,4 @@ def extractPkgData(package):
# return all the collected info
return pData
return pData