Skip to content

Commit

Permalink
Refactor __init__.py files
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Jan 14, 2015
1 parent 5a17dca commit 9cb5f9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/vpoller/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
__name__ = 'vpoller'
__all__ = ['core', 'worker', 'client', 'agent', 'proxy']
__version__ == '0.3.5'
1 change: 0 additions & 1 deletion src/vpoller/helpers/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
__all__ = ['zabbix', 'czabbix', 'cclient', 'csvhelper']

0 comments on commit 9cb5f9c

Please sign in to comment.