Skip to content
Snippets Groups Projects
Commit 82baefe8 authored by Wainer Vandelli's avatar Wainer Vandelli
Browse files

dl module is gone in python 2.7

parent ac679f55
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,6 @@
__version__='$Revision$'
# $Source$
import sys, dl
sys.setdlopenflags(dl.RTLD_LAZY|dl.RTLD_GLOBAL)
from ManagerThread import ManagerThread
from CopyThread import CopyThread
from DeleteThread import DeleteThread
......@@ -20,6 +16,7 @@ from time import sleep
from time import time
import threading
import os.path
import sys
from os import environ, getenv, umask
import datetime
import signal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment