constants <-- variables
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@46 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -11,7 +11,7 @@ import string
|
||||
|
||||
sys.path.append('../libraries')
|
||||
import entropyTools
|
||||
from entropyVariables import *
|
||||
from entropyConstants import *
|
||||
|
||||
# System functions
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user