Merge lp:~afrantzis/lava-test/fix-builtins-import into lp:lava-test/0.0

Proposed by Alexandros Frantzis
Status: Merged
Merged at revision: 12
Proposed branch: lp:~afrantzis/lava-test/fix-builtins-import
Merge into: lp:lava-test/0.0
Diff against target: 12 lines (+2/-1)
1 file modified
abrek/builtins.py (+2/-1)
To merge this branch: bzr merge lp:~afrantzis/lava-test/fix-builtins-import
Reviewer Review Type Date Requested Status
Paul Larson Pending
Review via email: mp+29271@code.launchpad.net

Description of the change

Correct imports for builtins.py.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'abrek/builtins.py'
--- abrek/builtins.py 2010-07-02 22:17:00 +0000
+++ abrek/builtins.py 2010-07-06 11:38:25 +0000
@@ -1,6 +1,7 @@
1import sys1import sys
22
3import abrek3import abrek.command
4import abrek.testdef
45
5class cmd_version(abrek.command.AbrekCmd):6class cmd_version(abrek.command.AbrekCmd):
6 """ Show the version of abrek7 """ Show the version of abrek

Subscribers

People subscribed via source and target branches