diff --git a/test_urlbot.py b/test_urlbot.py index cd631f6..6fcd8ff 100644 --- a/test_urlbot.py +++ b/test_urlbot.py @@ -2,7 +2,7 @@ To be executed with nose """ import unittest -from eventlooper import fetch_page +from urlbot import fetch_page class TestEventlooper(unittest.TestCase): diff --git a/eventlooper.py b/urlbot.py similarity index 100% rename from eventlooper.py rename to urlbot.py