Index: /trunk/src/VBox/ValidationKit/tests/api/tdMoveVM1.py
===================================================================
--- /trunk/src/VBox/ValidationKit/tests/api/tdMoveVM1.py	(revision 71545)
+++ /trunk/src/VBox/ValidationKit/tests/api/tdMoveVM1.py	(revision 71546)
@@ -377,5 +377,6 @@
         fRes = oSession.detachHd(sController, iPort, 0)
         if fRes is False:
-            reporter.log('5th scenario: Couldn\'t detach image from the controller %s port %s device %s' % (sController, iPort, 0))
+            reporter.log('5th scenario: Couldn\'t detach image from the controller %s 
+                         port %s device %s' % (sController, iPort, 0))
 
         fRes = oSession.saveSettings()
@@ -576,5 +577,5 @@
             os.mkdir(sNewLoc, 0o775)
 
-            #At moment, it's used only one snapshot due to the difficulty to get 
+            #At moment, it's used only one snapshot due to the difficulty to get
             #all attachments of the machine (i.e. not only attached at moment)
             cSnap = 1
@@ -595,5 +596,6 @@
                 for oAttachment in aoMediumAttachments:
                     sRes = oAttachment.medium.location.rpartition(os.sep)
-                    dsReferenceFiles['SnapshotFile'].add(sNewLoc + os.sep + oMachine.name + os.sep + 'Snapshots' + os.sep + sRes[2])
+                    dsReferenceFiles['SnapshotFile'].add(sNewLoc + os.sep + oMachine.name + os.sep + 
+                                                         'Snapshots' + os.sep + sRes[2])
 
                 sSettingFile = os.path.join(sNewLoc, os.path.join(oMachine.name, oMachine.name + '.vbox'))
