1
0
mirror of http://aero2k.de/t/repos/urlbot-native.git synced 2017-09-06 15:25:38 +02:00

refactor urlbot plugin structure and code style

This commit is contained in:
Thorsten S
2015-11-20 21:07:48 +01:00
parent 6b11dbd2e2
commit 1082d968e6
8 changed files with 571 additions and 579 deletions

View File

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