Helpviewer/Sync/SyncGlobals.py

Wed, 01 Jan 2014 22:59:10 +0100

author
T.Rzepka <Tobias.Rzepka@gmail.com>
date
Wed, 01 Jan 2014 22:59:10 +0100
branch
BgService
changeset 3172
c0f78e9d0971
parent 2302
f29e9405c851
child 3160
209a07d7e401
permissions
-rw-r--r--

Bugfixes for Linux and if not both interpreters are specified. Project file updated.

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

# Copyright (c) 2012 - 2013 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