Enforced LF file endings

removed stray print statement
This commit is contained in:
Luke Campagnola 2012-05-23 20:29:16 -04:00
parent 4d1a5ded1b
commit 0f1f6c62e4
7 changed files with 40 additions and 41 deletions

0
examples/Arrow.py Executable file → Normal file
View File

0
examples/GraphicsLayout.py Executable file → Normal file
View File

0
examples/ScatterPlot.py Executable file → Normal file
View File

0
examples/ViewBox.py Executable file → Normal file
View File

View File

@ -247,7 +247,6 @@ class PlotDataItem(GraphicsObject):
if len(args) == 1:
data = args[0]
dt = dataType(data)
print "plot:", dt, type(data)
if dt == 'empty':
pass
elif dt == 'listOfValues':

0
graphicsItems/ROI.py Executable file → Normal file
View File