Helpviewer/Sync/SyncGlobals.py

Thu, 06 Aug 2015 19:01:39 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 06 Aug 2015 19:01:39 +0200
changeset 4355
40ec6bef4c22
parent 4021
195a471c327b
child 4541
e8ddd9d76414
permissions
-rw-r--r--

Started to implement the HTML5 feature permission manager and associated dialogs.

# -*- coding: utf-8 -*-

# Copyright (c) 2012 - 2015 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Module implementing some global definitions.
"""

# Page IDs for the sync wizard
PageData = 0
PageEncryption = 1
PageType = 2
PageFTPSettings = 3
PageDirectorySettings = 4
PageCheck = 5

# Sync types
SyncTypeNone = -1
SyncTypeFtp = 0
SyncTypeDirectory = 1

eric ide

mercurial