Skip to content

Commit be78043

Browse files
authored
Update sexpr.py
future is here if missing :)
1 parent 3871e64 commit be78043

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: software_installation/sexpr.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
##
55
## * public domain *
66
##
7-
import future
7+
try:
8+
import future
9+
except:
10+
# future is here if missing :)
11+
pass
812

913
## AbstractFilter
1014
##

0 commit comments

Comments
 (0)