rename eventlooper.py -> urlbot.py

This commit is contained in:
urlbot
2014-09-27 05:34:49 +02:00
parent 8a73625e3c
commit c3ddeaecdc
2 changed files with 1 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
To be executed with nose To be executed with nose
""" """
import unittest import unittest
from eventlooper import fetch_page from urlbot import fetch_page
class TestEventlooper(unittest.TestCase): class TestEventlooper(unittest.TestCase):