Skip to content

Commit

Permalink
imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rienafairefr committed Jul 18, 2017
1 parent d479410 commit e34fdf7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
requirements_file: docs/requirements.txt
python:
setup_py_install: true
versions: 2.7
12 changes: 6 additions & 6 deletions src/pynYNAB/schema/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from budget import *
from catalog import *
from Client import *
from Entity import *
from roots import *
from types import *
from pynYNAB.schema.budget import *
from pynYNAB.schema.catalog import *
from pynYNAB.schema.Client import *
from pynYNAB.schema.Entity import *
from pynYNAB.schema.roots import *
from pynYNAB.schema.types import *

0 comments on commit e34fdf7

Please sign in to comment.