Commit 9683e229 authored by Nicolas Delaby's avatar Nicolas Delaby

HOTFIX imprt urllib as is still used

Anyway manage_setAlarmNode can be refactored to avoid urllib usage.
parent 720f844f
......@@ -38,6 +38,7 @@ from Products.ERP5Type import Permissions
from Products.ERP5 import _dtmldir
from Products.ERP5.mixin.timer_service import TimerServiceMixin
from DateTime import DateTime
import urllib
last_tic = time.time()
last_tic_lock = threading.Lock()
......
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