Skip to content

Commit

Permalink
Fix wrong include paths
Browse files Browse the repository at this point in the history
  • Loading branch information
richo committed Aug 2, 2013
1 parent d684526 commit e9ebe26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion groundstation/transfer/handshake_handlers/naive_sync.py
@@ -1,4 +1,4 @@
from transfer.request import Request
from groundstation.transfer.request import Request

class NaiveHandshakeHandler(object):
def __init__(self, station):
Expand Down
2 changes: 1 addition & 1 deletion test/test_station_integration.py
Expand Up @@ -12,7 +12,7 @@
TestListener, \
TestClient

from groundstation.transfer.handshake_handlers \
from groundstation.transfer.handshake_handlers.naive_sync \
import NaiveHandshakeHandler


Expand Down

0 comments on commit e9ebe26

Please sign in to comment.