Skip to content

Commit

Permalink
pass cache file location into updater
Browse files Browse the repository at this point in the history
  • Loading branch information
erowan committed Feb 14, 2012
1 parent 419ec33 commit af9ddcd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pull/__init__.py
Expand Up @@ -184,6 +184,10 @@ def unzip(self, gzip_data):

class Updater(object):

def __init__(self):
# set later in Feed.__init__
self.cache_location = None

def __call__(self, data_items):
pass

Expand Down

0 comments on commit af9ddcd

Please sign in to comment.