Skip to content

Commit a21205a

Browse files
author
whitequark
committedJun 6, 2015
Add forgotten import.
1 parent 97ae449 commit a21205a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎pythonparser/diagnostic.py

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
from __future__ import absolute_import, division, print_function, unicode_literals
77
from functools import reduce
8+
import sys
89

910
class Diagnostic:
1011
"""

0 commit comments

Comments
 (0)
Please sign in to comment.