Skip to content

Commit

Permalink
chg: dev: @minor Tweaked imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Zearin committed Jun 4, 2013
1 parent fd4cc59 commit 1406807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyvows/runner/gevent.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@

from pyvows.async_topic import VowsAsyncTopic, VowsAsyncTopicValue
from pyvows.decorators import FunctionWrapper
from pyvows.runner.utils import get_code_for, get_file_info_for, get_topics_for
from pyvows.utils import elapsed
from pyvows.runner.abc import VowsRunnerABC
from pyvows.runner.utils import get_code_for, get_file_info_for, get_topics_for

#-------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 1406807

Please sign in to comment.