Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
windreamer committed May 5, 2015
1 parent 498aaae commit d023b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymesos/slave.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import threading
import signal

from mesos.interace.mesos_pb2 import *
from mesos.interface.mesos_pb2 import *

from .messages_pb2 import *
from .process import UPID, Process
Expand Down

0 comments on commit d023b75

Please sign in to comment.