Skip to content

Commit

Permalink
add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
itziakos committed Apr 9, 2015
1 parent 5e2c6a7 commit 0a065e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions enable/__init__.py
Expand Up @@ -3,8 +3,13 @@
""" A multi-platform object drawing library.
Part of the Enable project of the Enthought Tool Suite.
"""
import sys
from ._version import full_version as __version__

__all__ = [
'__version__',
]

__requires__ = [
'numpy',
'traits',
Expand Down

0 comments on commit 0a065e2

Please sign in to comment.