File: no-future

package info (click to toggle)
python-mbed-host-tests 1.4.4-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 732 kB
  • sloc: python: 3,141; makefile: 27; sh: 14
file content (19 lines) | stat: -rw-r--r-- 478 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- a/mbed_host_tests/host_tests_conn_proxy/conn_proxy.py
+++ b/mbed_host_tests/host_tests_conn_proxy/conn_proxy.py
@@ -16,8 +16,6 @@
 limitations under the License.
 """
 
-from past.builtins import basestring
-
 import re
 import sys
 import uuid
--- a/setup.py
+++ b/setup.py
@@ -58,4 +58,4 @@
                         "requests",
                         "mbed-ls>=1.0.0",
                         "intelhex",
-                        "future"])
+                        ])