Browse Source

typo :/

master
Brett Langdon 12 years ago
parent
commit
4afb404c9c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      employ/managers/__init__.py

+ 1
- 1
employ/managers/__init__.py View File

@ -1,7 +1,7 @@
from pkgutil import extend_path from pkgutil import extend_path
__path__ = extend_path(__path__, __name__) __path__ = extend_path(__path__, __name__)
from employ.execptions import ExecutionError
from employ.exceptions import ExecutionError
class Manager(object): class Manager(object):


Loading…
Cancel
Save