Sat, 09 Jan 2010 19:43:36 +0000
Fixed a bunch of issues including a workaround for a bug in the Python email package (s. EmailDialog.py).
# -*- coding: utf-8 -*- # Copyright (c) 2004 - 2010 Detlev Offenbach <detlev@die-offenbachs.de> # """ Module defining configuration variables for the subversion package """ # Available protocols fpr the repository URL ConfigSvnProtocols = [ 'file://', 'http://', 'https://', 'svn://', 'svn+ssh://', ]