commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] gnuradio-core/src/python/gnuradio/blksimpl gmsk...


From: Eric Blossom
Subject: [Commit-gnuradio] gnuradio-core/src/python/gnuradio/blksimpl gmsk...
Date: Tue, 20 Jun 2006 22:26:37 +0000

CVSROOT:        /sources/gnuradio
Module name:    gnuradio-core
Changes by:     Eric Blossom <eb>       06/06/20 22:26:37

Modified files:
        src/python/gnuradio/blksimpl: gmsk2_pkt.py 

Log message:
        comment fix

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnuradio-core/src/python/gnuradio/blksimpl/gmsk2_pkt.py?cvsroot=gnuradio&r1=1.10&r2=1.11

Patches:
Index: gmsk2_pkt.py
===================================================================
RCS file: 
/sources/gnuradio/gnuradio-core/src/python/gnuradio/blksimpl/gmsk2_pkt.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- gmsk2_pkt.py        20 Jun 2006 22:24:32 -0000      1.10
+++ gmsk2_pkt.py        20 Jun 2006 22:26:37 -0000      1.11
@@ -28,10 +28,10 @@
 
 
 def _deprecation_warning(old_name, new_name):
-    print "#"
     print '#'
     print '#  Warning: %s is deprecated and will be removed soon.' % 
(old_name,)
     print '#           Please use the modulation independent block, %s.' % 
(new_name,)
+    print "#"
 
 
 # /////////////////////////////////////////////////////////////////////////////




reply via email to

[Prev in Thread] Current Thread [Next in Thread]