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

all death to the tab character

This commit is contained in:
Thorsten
2015-11-30 19:17:40 +01:00
parent d94d62335f
commit a7b53d855a
7 changed files with 1328 additions and 1329 deletions

View File

@@ -3,7 +3,6 @@ To be executed with nose
"""
import unittest
import time
from common import buckets, rate_limit, RATE_GLOBAL
@@ -24,7 +23,6 @@ Bucket = namedtuple("BucketConfig", ["history", "period", "max_hist_len"])
class TestRateLimiting(unittest.TestCase):
def setUp(self):
# just for assertions
self.called = {

View File

@@ -277,5 +277,6 @@ class UrlBot(IdleBot):
self.send_presence(pstatus=self.status, pshow=self.show)
# self.reconnect(wait=True)
if '__main__' == __name__:
start(UrlBot, True)