diff options
author | Josh Blum <josh@joshknows.com> | 2009-12-06 23:18:27 -0500 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2009-12-06 23:18:27 -0500 |
commit | 61830989ce554e6dfac41bba2ced7006c424e0bc (patch) | |
tree | 1559e5d38dadbd728048d19429139d57cfe1f9df /grc/python/Param.py | |
parent | a198e5134b00a1d5b98b5447aafd3cdba8508609 (diff) |
removed unused import statements, thanks pyflakes
Diffstat (limited to 'grc/python/Param.py')
-rw-r--r-- | grc/python/Param.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/grc/python/Param.py b/grc/python/Param.py index 81fb6ba7ac..febb112ad3 100644 --- a/grc/python/Param.py +++ b/grc/python/Param.py @@ -17,7 +17,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA """ -import expr_utils from .. base.Param import Param as _Param from .. gui.Param import Param as _GUIParam from .. gui.Param import EntryParam |