aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command
diff options
context:
space:
mode:
Diffstat (limited to 'libbe/command')
-rw-r--r--libbe/command/init.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/libbe/command/init.py b/libbe/command/init.py
index 4e8bfc2..aadc0c7 100644
--- a/libbe/command/init.py
+++ b/libbe/command/init.py
@@ -72,7 +72,6 @@ class Init (libbe.command.Command):
>>> vcs.disconnect()
>>> vcs.connect()
>>> bugdir = libbe.bugdir.BugDir(vcs, from_storage=True)
- >>> bugdir.settings
>>> vcs.disconnect()
>>> vcs.destroy()
>>> dir.cleanup()