X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FGoodFETMAXUSB.py;h=b918dd0f93154ff19b745fc3c5c855d356deaf58;hp=c20a74830ee660f6fd21710293d1d6850bb84dd6;hb=0c1cae929512565296940bf6322087a73b2cecd0;hpb=f4a366d95f96109559f0903611d7103c50cde3f7 diff --git a/client/GoodFETMAXUSB.py b/client/GoodFETMAXUSB.py index c20a748..b918dd0 100644 --- a/client/GoodFETMAXUSB.py +++ b/client/GoodFETMAXUSB.py @@ -7,9 +7,14 @@ import sys, time, string, cStringIO, struct, glob, os; +import warnings from GoodFET import GoodFET; +warnings.warn( +"""This library will soon be deprecated in favor of the USB*.py libraries.""" +) + #Handy registers. rEP0FIFO=0 rEP1OUTFIFO=1