Commit 8053bc50 authored by Paolo Baesso's avatar Paolo Baesso

Removed last traces of pyChips

parent 3b9bf843
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
/TLU_v1c/work/* /TLU_v1c/work/*
/Enclustra_Example/* /Enclustra_Example/*
/Enclustra_tests/ /Enclustra_tests/
/TLU_v1e/scripts/datafiles
/Data/* /Data/*
*.pyc *.pyc
.svn/* .svn/*
......
...@@ -2,11 +2,11 @@ ...@@ -2,11 +2,11 @@
import uhal; import uhal;
import pprint; import pprint;
import ConfigParser import ConfigParser
from FmcTluI2c import * #from FmcTluI2c import *
import threading import threading
from ROOT import TFile, TTree, gROOT, AddressOf from ROOT import TFile, TTree, gROOT, AddressOf
from ROOT import * from ROOT import *
import time
from I2CuHal import I2CCore from I2CuHal import I2CCore
from si5345 import si5345 # Library for clock chip from si5345 import si5345 # Library for clock chip
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# miniTLU test script # miniTLU test script
#from PyChipsUser import * #from PyChipsUser import *
from FmcTluI2c import * #from FmcTluI2c import *
import uhal import uhal
import sys import sys
import time import time
......
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