Skip to content

Commit

Permalink
rename aiomonitor.py to monitor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jettify committed Dec 10, 2016
1 parent 16d0545 commit b6fd2c5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiomonitor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .aiomonitor import Monitor
from .monitor import Monitor

__all__ = ('Monitor',)
__version__ = '0.0.2'
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import time

from aiomonitor import Monitor
from aiomonitor.aiomonitor import MONITOR_HOST, MONITOR_PORT
from aiomonitor.monitor import MONITOR_HOST, MONITOR_PORT


@pytest.yield_fixture
Expand Down

0 comments on commit b6fd2c5

Please sign in to comment.