diff options
Diffstat (limited to 'gr-audio/python/audio/__init__.py')
-rw-r--r-- | gr-audio/python/audio/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-audio/python/audio/__init__.py b/gr-audio/python/audio/__init__.py index 831311e9e4..4731c2949d 100644 --- a/gr-audio/python/audio/__init__.py +++ b/gr-audio/python/audio/__init__.py @@ -14,7 +14,6 @@ ports on a computer. The underlying hardware driver is system and OS dependent and this module should automatically discover the correct one to use. ''' -from __future__ import unicode_literals import os try: |