Skip to content

Commit f48072d

Browse files
author
Dorothy Chen
committed
fix import in cppfilt
1 parent 06f23fa commit f48072d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/cppfilt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# If we can import from demangler, then do so.
1616
# Otherwise, use the version of demangle we have
1717

18-
import sys
18+
import sys, os
1919
from subprocess import Popen, PIPE
2020

2121
def get_cppfilt_process():

0 commit comments

Comments
 (0)