Skip to content
Snippets Groups Projects
Commit c2f7030d authored by Marco Clemencic's avatar Marco Clemencic
Browse files

Fix a couple of Python relative imports

parent 46f979b2
No related branches found
No related tags found
1 merge request!1231Some minor fixes
......@@ -16,7 +16,7 @@ import multiprocessing
from multiprocessing import Process, Queue, JoinableQueue, Event
from multiprocessing import cpu_count, current_process
from multiprocessing.queues import Empty
from pTools import *
from GaudiMP.pTools import *
import time
import sys
import os
......
......@@ -12,7 +12,7 @@
# @purpose hold I/O registration informations
# @author Sebastien Binet <binet@cern.ch>
from FdsRegistry import FdsDict
from GaudiMP.FdsRegistry import FdsDict
class IoRegistry(object):
......
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