summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-02-08 03:13:39 -0600
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-02-08 03:13:39 -0600
commit61f5ecfa6b57f31c14430a7de5099640fcbe3525 (patch)
treeec8404ce8c30ca8c56d5fd004a22f281c0004a56 /config.py
parent3633ea3c4ec93436b2344dba79b06ff00c7ae528 (diff)
* Updated Package class
* Corrected test1.py -> for get_package_list_from_rsync_output
Diffstat (limited to 'config.py')
-rw-r--r--config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.py b/config.py
index 6dcd348..a7087c4 100644
--- a/config.py
+++ b/config.py
@@ -49,6 +49,7 @@ class Package:
""" An object that has information about a package. """
package_info={ "name" : False,
"version" : False,
+ "release" : False,
"arch" : False,
"license" : False,
"location": False}