aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gr-usrptest/python
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gr-usrptest/python')
-rw-r--r--tools/gr-usrptest/python/setup.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/gr-usrptest/python/setup.py b/tools/gr-usrptest/python/setup.py
index 6969f413d..de44ea370 100644
--- a/tools/gr-usrptest/python/setup.py
+++ b/tools/gr-usrptest/python/setup.py
@@ -1,8 +1,5 @@
#!/usr/bin/env python
-try:
- from setuptools import setup
-except ImportError:
- from distutils.core import setup
+from setuptools import setup
setup(name='urptest_automation',