Commit 39ef7632 authored by Christopher Turner's avatar Christopher Turner

Fix daughter card exception in wrong file

parent f43a936a
......@@ -3,10 +3,6 @@ import PandATest
from collections import OrderedDict
class DaughterCardException(Exception):
pass
class Encoder(PandATest.PandATest):
def __init__(self, *args, **kwargs):
......
......@@ -2,6 +2,10 @@
import Encoder
class DaughterCardException(Exception):
pass
class EncoderLB(Encoder.Encoder):
def __init__(self, *args, **kwargs):
......
......@@ -2,6 +2,10 @@
import Encoder
class DaughterCardException(Exception):
pass
class EncoderUP(Encoder.Encoder):
def __init__(self, *args, **kwargs):
......
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