diff options
author | rsiddharth <rsiddharth@ninthfloor.org> | 2015-10-17 21:52:36 -0400 |
---|---|---|
committer | rsiddharth <rsiddharth@ninthfloor.org> | 2015-10-17 21:52:36 -0400 |
commit | a6a04a3919edb5961eab3290d4710ce93202bcae (patch) | |
tree | 7674775656ce1bdd78b8ad0fab371e4470f6dc45 /dumper |
initial commit.
new file: .gitignore
new file: Makefile
new file: dumper/COPYING
new file: dumper/__init__.py
new file: dumper/dump.py
Diffstat (limited to 'dumper')
-rw-r--r-- | dumper/COPYING | 0 | ||||
-rw-r--r-- | dumper/__init__.py | 0 | ||||
-rw-r--r-- | dumper/dump.py | 0 |
3 files changed, 0 insertions, 0 deletions
diff --git a/dumper/COPYING b/dumper/COPYING new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/dumper/COPYING diff --git a/dumper/__init__.py b/dumper/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/dumper/__init__.py diff --git a/dumper/dump.py b/dumper/dump.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/dumper/dump.py |