Revert "Merge branch 'ryerson-history'"

This reverts commit a554c6f72c, reversing
changes made to 2a0c9769aa.
This commit is contained in:
Naomi Aro 2013-09-23 11:00:43 +02:00
parent a554c6f72c
commit c8b73850b9
200 changed files with 5491 additions and 41784 deletions

View file

@ -217,8 +217,7 @@ class PypoFetch(Thread):
except Exception, e:
self.logger.error(e)
finally:
if self.telnet_lock.locked():
self.telnet_lock.release()
self.telnet_lock.release()
"""
TODO: This function needs to be way shorter, and refactored :/ - MK