comparison: src/eric7/WebBrowser/Sync/SyncGlobals.py
src/eric7/WebBrowser/Sync/SyncGlobals.py
- branch
- eric7
- changeset 9209
- b99e7fd55fd3
- parent 8881
- 54e42bc2437a
- child 9653
- e67609152c5e
equal
deleted
inserted
replaced
|
1 # -*- coding: utf-8 -*- |
|
2 |
|
3 # Copyright (c) 2012 - 2022 Detlev Offenbach <detlev@die-offenbachs.de> |
|
4 # |
|
5 |
|
6 """ |
|
7 Module implementing some global definitions. |
|
8 """ |
|
9 |
|
10 # Page IDs for the sync wizard |
|
11 PageData = 0 |
|
12 PageEncryption = 1 |
|
13 PageType = 2 |
|
14 PageFTPSettings = 3 |
|
15 PageDirectorySettings = 4 |
|
16 PageCheck = 5 |
|
17 |
|
18 # Sync types |
|
19 SyncTypeNone = -1 |
|
20 SyncTypeFtp = 0 |
|
21 SyncTypeDirectory = 1 |