aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Roversi <diego.roversi@gmail.com>2019-07-21 16:01:27 +0200
committerDiego Roversi <diego.roversi@gmail.com>2019-07-21 16:01:27 +0200
commit1cdfda37e79ba31920ec57b1297417ae6aa2e63b (patch)
treeaead184bf907ea5e395c9bfad7588764d941f648
parentd34b039a46594da1a6e3ec00972a8b03a0752d22 (diff)
parent923e35d70a265e46bf3478a480a0137be6830533 (diff)
Merge branch 'master' of git.trueelena.org:software/pyapd
-rw-r--r--README.rst2
-rw-r--r--pyapd/objects/APObject.py (renamed from pyapd/objects.py)0
-rw-r--r--pyapd/objects/__init__.py1
3 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 6e2d817..ceaf2a5 100644
--- a/README.rst
+++ b/README.rst
@@ -26,7 +26,7 @@ explicitely.
License
=======
-Copyright (C) 2019 Elena Grandi, Diego Roversi
+Copyright (C) 2019 Elena Grandi, Diego Roversi, Fabio
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
diff --git a/pyapd/objects.py b/pyapd/objects/APObject.py
index 13284ee..13284ee 100644
--- a/pyapd/objects.py
+++ b/pyapd/objects/APObject.py
diff --git a/pyapd/objects/__init__.py b/pyapd/objects/__init__.py
new file mode 100644
index 0000000..1959576
--- /dev/null
+++ b/pyapd/objects/__init__.py
@@ -0,0 +1 @@
+from .APObject import APObject