/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to loggerhead/tests/test_simple.py

tidy up link generation

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
        self.tearDown()
34
34
 
35
35
    def setUp(self):
36
 
        logging.basicConfig(level=logging.DEBUG)
 
36
        #logging.basicConfig(level=logging.DEBUG)
37
37
        self.bzrbranch = None
38
38
        self.old_bzrhome = None
39
39