Skip to content
Snippets Groups Projects
Commit 990388ea authored by Federico Stagni's avatar Federico Stagni
Browse files

just added some imports

parent 8d4dabf8
No related branches found
No related tags found
No related merge requests found
......@@ -5,20 +5,24 @@
import pyparsing
import PyQt4
#import PyQt5
import GSI
import XRootD
import gfal2
import stomp
import requests
import futures
#import futures
import certifi
import pexpect
import fts3
import arc
from distutils.spawn import find_executable
res = find_executable('voms-proxy-init')
if not res:
raise RuntimeError()
res = find_executable('ldapsearch')
if not res:
raise RuntimeError()
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