Rev 437: Import sys at the start of loggerhead/__init__.py we use it as part of startup. in http://bazaar.launchpad.net/~loggerhead-team/loggerhead/trunk-rich

John Arbash Meinel john at arbash-meinel.com
Wed Mar 16 12:29:46 UTC 2011


At http://bazaar.launchpad.net/~loggerhead-team/loggerhead/trunk-rich

------------------------------------------------------------
revno: 437
revision-id: john at arbash-meinel.com-20110316122936-u1u98hqpwyv08ry9
parent: john at arbash-meinel.com-20110316122136-930ttoriqgbw2cy3
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: trunk-rich
timestamp: Wed 2011-03-16 13:29:36 +0100
message:
  Import sys at the start of loggerhead/__init__.py we use it as part of startup.
  And sys is always loaded, no need to avoid importing it.
-------------- next part --------------
=== modified file '__init__.py'
--- a/__init__.py	2011-03-16 11:40:05 +0000
+++ b/__init__.py	2011-03-16 12:29:36 +0000
@@ -30,6 +30,8 @@
 starts a web server to browse the contents of a branch.
 """
 
+import sys
+
 from info import (
     bzr_plugin_version as version_info,
     bzr_compatible_versions,



More information about the bazaar-commits mailing list