wintest: fixed syntax highlighting with emacs
authorAndrew Tridgell <tridge@samba.org>
Mon, 28 Mar 2011 01:27:33 +0000 (12:27 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 28 Mar 2011 22:00:22 +0000 (00:00 +0200)
wintest/wintest.py

index d10d0ad2ff21e01cb68c76a4e2d217b394a1ae3d..2a6da7d6567abc065bb5d8a4a13106eff075f7e4 100644 (file)
@@ -563,7 +563,7 @@ options {
             return True
 
     def set_noexpire(self, child, username):
-        '''Ensure this user's password does not expire'''
+        """Ensure this user's password does not expire"""
         child.sendline('wmic useraccount where name="%s" set PasswordExpires=FALSE' % username)
         child.expect("update successful")
         child.expect("C:")