summaryrefslogtreecommitdiffstats
path: root/chitin/parser.py
diff options
context:
space:
mode:
authorIzhar Firdaus <kagesenshi.87@gmail.com>2008-06-24 14:24:17 +0800
committerIzhar Firdaus <kagesenshi.87@gmail.com>2008-06-24 14:24:17 +0800
commitc59a56fa704f278ed95f26f98fe6f77aaecf94ee (patch)
tree8a7187a404d681aa30c93d932fdc2c77a01f9dd5 /chitin/parser.py
parent40602488897fcf16f2eedad18eb33149c3b2341d (diff)
downloadchitin-master.tar.gz
chitin-master.tar.xz
chitin-master.zip
- added generator classHEADmaster
- moved ocins variable to __init__.py
Diffstat (limited to 'chitin/parser.py')
-rw-r--r--chitin/parser.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/chitin/parser.py b/chitin/parser.py
index 0a17979..ebd913a 100644
--- a/chitin/parser.py
+++ b/chitin/parser.py
@@ -1,5 +1,4 @@
-#!/usr/bin/python
-
+#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
@@ -23,8 +22,7 @@
from xml.etree.ElementTree import ElementTree,Element
import re
from chitin.utils import attrsfilter,get_child_value
-
-ocins='http://opensuse.org/Standards/One_Click_Install'
+from chitin import ocins
class Metapackage:
"""