diff options
| author | Diego Roversi <diego.roversi@gmail.com> | 2019-07-21 16:01:27 +0200 | 
|---|---|---|
| committer | Diego Roversi <diego.roversi@gmail.com> | 2019-07-21 16:01:27 +0200 | 
| commit | 1cdfda37e79ba31920ec57b1297417ae6aa2e63b (patch) | |
| tree | aead184bf907ea5e395c9bfad7588764d941f648 | |
| parent | d34b039a46594da1a6e3ec00972a8b03a0752d22 (diff) | |
| parent | 923e35d70a265e46bf3478a480a0137be6830533 (diff) | |
Merge branch 'master' of git.trueelena.org:software/pyapd
| -rw-r--r-- | README.rst | 2 | ||||
| -rw-r--r-- | pyapd/objects/APObject.py (renamed from pyapd/objects.py) | 0 | ||||
| -rw-r--r-- | pyapd/objects/__init__.py | 1 | 
3 files changed, 2 insertions, 1 deletions
| @@ -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 | 
