reorganize imports in test_irc.py

master
mutantmonkey 2012-05-30 22:30:28 -07:00
parent 31afd9cae5
commit 3c1db0fbe9
1 changed files with 2 additions and 1 deletions

View File

@ -6,10 +6,11 @@ Tests for phenny's irc.py
import sys
sys.path.append('.')
import irc
import unittest
from mock import call, patch, Mock
import irc
class OriginTest(unittest.TestCase):
def setUp(self):