This commit is contained in:
David Goetz 2011-05-11 13:33:22 -07:00
parent f079a5ece1
commit 84bd0f7120

View File

@ -42,6 +42,7 @@ access_regex = '''
.*$
'''
def mock_appconfig(*args, **kwargs):
pass
@ -235,6 +236,5 @@ class TestLogUploader(unittest.TestCase):
self.assertEquals(len(os.listdir(t)), 1)
if __name__ == '__main__':
unittest.main()