Helpviewer/Sync/SyncGlobals.py

changeset 4555
861e1741985c
parent 4543
2e6a880670e9
child 4631
5c1a96925da4
equal deleted inserted replaced
4554:f3428ddd577c 4555:861e1741985c
4 # 4 #
5 5
6 """ 6 """
7 Module implementing some global definitions. 7 Module implementing some global definitions.
8 """ 8 """
9
10 from __future__ import unicode_literals
11 9
12 # Page IDs for the sync wizard 10 # Page IDs for the sync wizard
13 PageData = 0 11 PageData = 0
14 PageEncryption = 1 12 PageEncryption = 1
15 PageType = 2 13 PageType = 2
19 17
20 # Sync types 18 # Sync types
21 SyncTypeNone = -1 19 SyncTypeNone = -1
22 SyncTypeFtp = 0 20 SyncTypeFtp = 0
23 SyncTypeDirectory = 1 21 SyncTypeDirectory = 1
22
23 #
24 # eflag: noqa = M702

eric ide

mercurial