Added newline to fix flake8 error.

This commit is contained in:
Tim Graham 2014-06-26 15:16:23 -04:00
parent 68c9a72e29
commit 5e9773269a
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ def inotify_code_changed():
"""
class EventHandler(pyinotify.ProcessEvent):
modified_code = None
def process_default(self, event):
if event.path.endswith('.mo'):
EventHandler.modified_code = I18N_MODIFIED