Skip to content

Commit

Permalink
Renamed ChanneLibrary in QGL1 -> ChannelLibraries
Browse files Browse the repository at this point in the history
Also note that ChannelLibrary() now needs to be called explicitly
  • Loading branch information
Diego Ristè committed Dec 8, 2017
1 parent b48dc66 commit cb92de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/qgl2/qgl1_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# TODO this should be part of QGL, not in QGL2

from QGL.ChannelLibrary import EdgeFactory
from QGL.ChannelLibraries import EdgeFactory
from QGL.ControlFlow import Sync, Wait
from QGL.PulsePrimitives import flat_top_gaussian

Expand Down

0 comments on commit cb92de7

Please sign in to comment.