comparison: Helpviewer/Sync/SyncGlobals.py
Helpviewer/Sync/SyncGlobals.py
- changeset 4543
- 2e6a880670e9
- parent 4021
- 195a471c327b
- child 4555
- 861e1741985c
equal
deleted
inserted
replaced
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 |
9 |
11 |
10 # Page IDs for the sync wizard |
12 # Page IDs for the sync wizard |
11 PageData = 0 |
13 PageData = 0 |
12 PageEncryption = 1 |
14 PageEncryption = 1 |
13 PageType = 2 |
15 PageType = 2 |