From 913da481ce8b8e19521c843ee450ee7021bf86f6 Mon Sep 17 00:00:00 2001 From: Josh Roesslein Date: Tue, 11 Aug 2009 15:20:52 -0500 Subject: [PATCH] Tests update. --- tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests.py b/tests.py index f6f77d5..6335e52 100644 --- a/tests.py +++ b/tests.py @@ -13,8 +13,8 @@ from tweepy import * class TweepyAPITests(unittest.TestCase): # Must supply twitter account credentials for tests - username = 'tweebly' - password = 'omega1987twitter' + username = '' + password = '' def setUp(self): self.api = API(BasicAuthHandler(self.username, self.password), self.username) -- 2.25.1