comparison: Helpviewer/Sync/SyncGlobals.py
Helpviewer/Sync/SyncGlobals.py
- changeset 1695
- 7b115f986d48
- parent 1680
- 28e57079dab5
- child 2302
- f29e9405c851
equal
deleted
inserted
replaced
5 |
5 |
6 """ |
6 """ |
7 Module implementing some global definitions. |
7 Module implementing some global definitions. |
8 """ |
8 """ |
9 |
9 |
|
10 # Page IDs for the sync wizard |
10 PageData = 0 |
11 PageData = 0 |
11 PageEncryption = 1 |
12 PageEncryption = 1 |
12 PageType = 2 |
13 PageType = 2 |
13 PageFTPSettings = 3 |
14 PageFTPSettings = 3 |
14 PageCheck = 4 |
15 PageDirectorySettings = 4 |
|
16 PageCheck = 5 |
|
17 |
|
18 # Sync types |
|
19 SyncTypeNone = -1 |
|
20 SyncTypeFtp = 0 |
|
21 SyncTypeDirectory = 1 |