Sun, 07 Feb 2016 15:18:17 +0100
Fixed a forgotten close() call in the web browser window.
(grafted from 7b77980d3255cfbdb11c93f49d97d6cae4c167b1)
# -*- coding: utf-8 -*- # Copyright (c) 2012 - 2016 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 # # eflag: noqa = M702