summaryrefslogtreecommitdiff
path: root/baserockimport/__init__.py
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-10-21 13:42:03 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-10-21 14:28:13 +0100
commit44ee17802dc04b4ecfa7ec812a5a0318bf69c62f (patch)
tree38b6b01cc9af8c62c537009cdab14f808c107daf /baserockimport/__init__.py
parentf9c68e022952307b51efb9fd6badeb6c44d3de0c (diff)
downloadimport-44ee17802dc04b4ecfa7ec812a5a0318bf69c62f.tar.gz
Reorganise, tidy and document code of main application
Diffstat (limited to 'baserockimport/__init__.py')
-rw-r--r--baserockimport/__init__.py25
1 files changed, 25 insertions, 0 deletions
diff --git a/baserockimport/__init__.py b/baserockimport/__init__.py
new file mode 100644
index 0000000..171f3cf
--- /dev/null
+++ b/baserockimport/__init__.py
@@ -0,0 +1,25 @@
+# Copyright (C) 2014 Codethink Limited
+#
+# 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; version 2 of the License.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+
+'''Baserock library for importing metadata from foreign packaging systems.'''
+
+
+import lorryset
+import morphsetondisk
+import package
+
+import app
+import mainloop