pdq2: spelling fix

This commit is contained in:
Robert Jördens 2015-03-31 02:28:39 -06:00
parent 16ff190731
commit d1653589f9
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import io
from artiq.devices.pdq2.driver import Pdq2
pdq3_source = os.getenv("ARTIQ_PDQ2_SOURCE")
pdq2_source = os.getenv("ARTIQ_PDQ2_SOURCE")
class TestPdq2(unittest.TestCase):