summaryrefslogtreecommitdiffstats
path: root/chitin/parser.py
diff options
context:
space:
mode:
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:
"""