Helpviewer/Sync/SyncGlobals.py

branch
6_1_x
changeset 4557
893c9f26a178
parent 4541
e8ddd9d76414
child 4631
5c1a96925da4
equal deleted inserted replaced
4551:31115c8c20fc 4557:893c9f26a178
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