Skip to content

Commit

Permalink
Fix an import path bug masked by remaining .pyc files
Browse files Browse the repository at this point in the history
  • Loading branch information
richo committed Dec 25, 2012
1 parent c306b45 commit e2be9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion groundstation/broadcast_announcer.py
@@ -1,6 +1,6 @@
import socket
import logger
from groundstation.broadcast_socket import BroadcastSocket
from sockets.broadcast_socket import BroadcastSocket

import logger
log = logger.getLogger(__name__)
Expand Down

0 comments on commit e2be9eb

Please sign in to comment.