Skip to content

Commit

Permalink
Fix broken import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
richo committed Jul 25, 2013
1 parent fd53dc0 commit 2eba339
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/test_newobject_handler.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from handler_fixture import StationHandlerTestCase
from support.handler_fixture import StationHandlerTestCase

from groundstation.transfer.notification_handlers import handle_newobject

Expand Down
2 changes: 1 addition & 1 deletion test/test_station_object_watcher.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import select

from station_fixture import StationTestCase
from support.station_fixture import StationTestCase
from groundstation.fs_watcher import FSWatcher
from groundstation.utils import path2id

Expand Down

0 comments on commit 2eba339

Please sign in to comment.