diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-12-01 15:08:15 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-12-01 16:09:59 +1100 |
commit | bd86dda8e66438617205f74468123703deddc350 (patch) | |
tree | cbefd0089af46e1bef1082f01e121cbb47d13e01 /wintest/test-s4-howto.py | |
parent | 4072455c00f183fd50291f1447343e56766793f9 (diff) | |
download | samba-bd86dda8e66438617205f74468123703deddc350.tar.gz samba-bd86dda8e66438617205f74468123703deddc350.tar.bz2 samba-bd86dda8e66438617205f74468123703deddc350.zip |
wintest: fixed formatting of wintest in emacs python mode
Diffstat (limited to 'wintest/test-s4-howto.py')
-rwxr-xr-x | wintest/test-s4-howto.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wintest/test-s4-howto.py b/wintest/test-s4-howto.py index 99e11d779c..d653d5fdcb 100755 --- a/wintest/test-s4-howto.py +++ b/wintest/test-s4-howto.py @@ -64,7 +64,7 @@ def start_s4(t): t.port_wait("${INTERFACE_IP}", 139) def stop_vms(t): - '''Shut down any existing alive VMs, so they don't collide with what we are doing''' + '''Shut down any existing alive VMs, so they do not collide with what we are doing''' t.info('Shutting down any of our VMs already running') vms = t.get_vms() for v in vms: |