diff options
| author | rubenwardy <rw@rubenwardy.com> | 2019-01-08 17:37:33 +0000 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2019-01-08 17:37:33 +0000 |
| commit | 9639cf04f1b54865884850d608f08b5df4afe169 (patch) | |
| tree | 871a03bc37826a760f44e60c50b68fac880c4eee /app/views/packages/__init__.py | |
| parent | 9866e43b4b4c7ff5c2338e1ed681661496800db7 (diff) | |
| download | cheatdb-9639cf04f1b54865884850d608f08b5df4afe169.tar.xz | |
Improve views subfoldering
Diffstat (limited to 'app/views/packages/__init__.py')
| -rw-r--r-- | app/views/packages/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/packages/__init__.py b/app/views/packages/__init__.py index 8bb6c1a..5df5376 100644 --- a/app/views/packages/__init__.py +++ b/app/views/packages/__init__.py @@ -15,4 +15,4 @@ # along with this program. If not, see <https://www.gnu.org/licenses/>. -from . import packages, todo, screenshots, releases +from . import packages, screenshots, releases |
