Commit 45790980 authored by Arnaud Fontaine's avatar Arnaud Fontaine

ERP5VCS: Fix Unauthorized error due to 6e3101c9.

parent 95bc3a83
......@@ -56,5 +56,6 @@ def initialize( context ):
try:
from Products.ERP5VCS.Subversion import Subversion
except ImportError:
pass
# Used by BusinessTemplate_handleException
from Products.ERP5VCS.SubversionClient import SubversionSSLTrustError, SubversionLoginError
from Products.ERP5VCS.Git import Git
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment