Fix syntastic error

This commit is contained in:
ZyX 2014-08-30 16:50:23 +04:00
parent 875f8e98b1
commit 0da40f08a5
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ def urllib_read(query_url):
else:
raise NotImplementedError
class Process(object):
def __init__(self, output, err):
self.output = output