changeset 14:46a68cd554b5

remove extraneous self
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 10 May 2013 09:23:40 -0700
parents 42a1de8a0bd5
children 6c4f258fae85
files hq/main.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/hq/main.py	Thu May 09 15:07:36 2013 -0700
+++ b/hq/main.py	Fri May 10 09:23:40 2013 -0700
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 """
-mercurial queue extension front-end policy manager
+mercurial queue extension front-end
 """
 
 # TODO: migrate to http://k0s.org/hg/CommandParser/
@@ -35,7 +35,7 @@
         self.binary = binary
 
         # patch repo; not guaranteed to exit
-        self._patch_repo = self.os.path.join(self.root, '.hg', 'patches')
+        self._patch_repo = os.path.join(self.root, '.hg', 'patches')
 
     ### subcommands