From c3ddeaecdcf5861a84301e01cbb68b961ba565b3 Mon Sep 17 00:00:00 2001 From: urlbot Date: Sat, 27 Sep 2014 05:34:49 +0200 Subject: [PATCH] rename eventlooper.py -> urlbot.py --- test_urlbot.py | 2 +- eventlooper.py => urlbot.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename eventlooper.py => urlbot.py (100%) 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