summaryrefslogtreecommitdiff
path: root/genbackupdatalib/__init__.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-02-01 21:48:06 +0000
committerLars Wirzenius <liw@liw.fi>2011-02-01 21:48:06 +0000
commit5638f50298796476296bf3954540cb1a9835024e (patch)
treefdbcbb387a9cfe338a7a96fa8e88b7aae724c27e /genbackupdatalib/__init__.py
parent4ebabf3aea7f081ac83d8a6e9f186fb33130dd27 (diff)
parentce7ae3a3816adfa469140a535977dd656849ea7c (diff)
downloadgenbackupdata-5638f50298796476296bf3954540cb1a9835024e.tar.gz
Merge rewrite.
Diffstat (limited to 'genbackupdatalib/__init__.py')
-rw-r--r--genbackupdatalib/__init__.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/genbackupdatalib/__init__.py b/genbackupdatalib/__init__.py
new file mode 100644
index 0000000..b7771db
--- /dev/null
+++ b/genbackupdatalib/__init__.py
@@ -0,0 +1,20 @@
+# Copyright 2010 Lars Wirzenius
+#
+# 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 3 of the License, or
+# (at your option) any later version.
+#
+# 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, see <http://www.gnu.org/licenses/>.
+
+
+version = '1.3'
+
+from generator import DataGenerator
+from names import NameGenerator