From: Gergely Imreh Date: Fri, 19 Mar 2010 05:00:04 +0000 (+0800) Subject: FIX: tests: tripple-quote error (closing quotes missing) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b9686cf6ecce6aed25d5461e2fcfa6f25a24bc0e;p=tweepy.git FIX: tests: tripple-quote error (closing quotes missing) Placed the opening quotes to the right indentation level, and re-added closing quotes to be able to run the tests. --- diff --git a/tests.py b/tests.py index 3a5acbc..f2c735f 100644 --- a/tests.py +++ b/tests.py @@ -265,7 +265,8 @@ class TweepyAPITests(unittest.TestCase): self.api.trends_current() self.api.trends_daily() self.api.trends_weekly() - """ + +""" class TweepyCursorTests(unittest.TestCase): def setUp(self): @@ -373,7 +374,7 @@ class TweepyCacheTests(unittest.TestCase): self._run_tests() self.cache.flush() os.rmdir('cache_test_dir') - +""" if __name__ == '__main__':