diff options
author | Mykyta Holubakha <hilobakho@gmail.com> | 2017-08-28 19:32:35 +0300 |
---|---|---|
committer | Mykyta Holubakha <hilobakho@gmail.com> | 2017-08-28 19:32:35 +0300 |
commit | a484d072ddd6647adcd0b92b7c3637a7e5912a67 (patch) | |
tree | 4da608b72c228664cbed20f27181a976f62e9a1a | |
parent | README hotfix #2 (diff) | |
download | pomu-a484d072ddd6647adcd0b92b7c3637a7e5912a67.tar.gz pomu-a484d072ddd6647adcd0b92b7c3637a7e5912a67.tar.bz2 pomu-a484d072ddd6647adcd0b92b7c3637a7e5912a67.zip |
Added missing init files
-rw-r--r-- | pomu/data/__init__.py | 0 | ||||
-rw-r--r-- | pomu/patch/__init__.py | 0 | ||||
-rw-r--r-- | pomu/repo/remote/__init__.py | 0 |
3 files changed, 0 insertions, 0 deletions
diff --git a/pomu/data/__init__.py b/pomu/data/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/pomu/data/__init__.py diff --git a/pomu/patch/__init__.py b/pomu/patch/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/pomu/patch/__init__.py diff --git a/pomu/repo/remote/__init__.py b/pomu/repo/remote/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/pomu/repo/remote/__init__.py |