BradleyCai / ucr-schedule-visualizer

Generates an hour by hour view and shows the locations of all the classes from a raw class list from GROWL.
https://waa.ai/ucrsv
MIT License
5 stars 2 forks source link

Regular expression compilation fails when using python 3 #68

Closed emmiegit closed 8 years ago

emmiegit commented 8 years ago

Python 3's generators do not use next() but instead use __next__(). Add handling for both versions of Python.