Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
ant31 committed Jun 30, 2017
1 parent 02eb81d commit 180c49a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions appr/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import os
from appr.utils import symbol_by_name


DEFAULT_MEDIA_TYPE = 'kpm'
DEFAULT_STORAGE_MODULE = "appr.models.kv.filesystem"
DEFAULT_DB_CLASS = "%s.db:ApprDB" % DEFAULT_STORAGE_MODULE
Expand Down Expand Up @@ -28,6 +29,7 @@ def get_db_class(name=None):

return db


ApprDB = get_db_class()
Channel = ApprDB.Channel
Package = ApprDB.Package
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@
"Programming Language :: Python :: 2",
'Programming Language :: Python :: 2.7',
],
setup_requries=['pytest-runner'],
setup_requires=['pytest-runner'],
test_suite='tests',
tests_require=test_requirements,)

0 comments on commit 180c49a

Please sign in to comment.