--- a/Helpviewer/Sync/SyncGlobals.py Thu Nov 12 19:17:05 2015 +0100 +++ b/Helpviewer/Sync/SyncGlobals.py Fri Nov 13 22:52:26 2015 +0100 @@ -7,8 +7,6 @@ Module implementing some global definitions. """ -from __future__ import unicode_literals - # Page IDs for the sync wizard PageData = 0 PageEncryption = 1 @@ -21,3 +19,6 @@ SyncTypeNone = -1 SyncTypeFtp = 0 SyncTypeDirectory = 1 + +# +# eflag: noqa = M702