summaryrefslogtreecommitdiffstats
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index 07c360f4..a1282851 100755
--- a/main.py
+++ b/main.py
@@ -186,7 +186,7 @@ global_options.add_option(
186) 186)
187 187
188 188
189class _Repo(object): 189class _Repo:
190 def __init__(self, repodir): 190 def __init__(self, repodir):
191 self.repodir = repodir 191 self.repodir = repodir
192 self.commands = all_commands 192 self.commands = all_commands