Skip to content

Commit cd036a2

Browse files
committed
May have fixed unicode errors by adding from __future__ line, now trying to fix NEW problems
1 parent 749c6ae commit cd036a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Students/SSchwafel/Project/InformedVoter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/python
22

3+
from __future__ import unicode_literals
34
from pprint import pprint
45
import urllib2
56
import simplejson as json

0 commit comments

Comments
 (0)