diff --git a/praw-3.3.0.patch b/praw-3.3.0.patch index fb67a84..26d1b66 100644 --- a/praw-3.3.0.patch +++ b/praw-3.3.0.patch @@ -1,29 +1,29 @@ ---- praw/__init__.py 2015-10-02 19:04:46.000000000 +0200 -+++ praw/__init__.py.new 2015-10-06 21:03:26.159850179 +0200 +--- praw-3.3.0/praw/__init__.py 2015-10-02 19:04:46.000000000 +0200 ++++ praw-3.3.0/praw/__init__.py.new 2015-10-06 21:03:26.159850179 +0200 @@ -46,7 +46,7 @@ - from six.moves import html_entities, http_cookiejar - from six.moves.urllib.parse import parse_qs, urlparse, urlunparse - # pylint: enable=F0401 --from update_checker import update_check -+#from update_checker import update_check - from warnings import warn_explicit - - + from six.moves import html_entities, http_cookiejar + from six.moves.urllib.parse import parse_qs, urlparse, urlunparse + # pylint: enable=F0401 +-from update_checker import update_check ++#from update_checker import update_check + from warnings import warn_explicit + + @@ -302,7 +302,7 @@ - update_checked = False - - def __init__(self, user_agent, site_name=None, handler=None, -- disable_update_check=False, **kwargs): -+ disable_update_check=True, **kwargs): - """Initialize our connection with a reddit server. - - The user_agent is how your application identifies itself. Read the + update_checked = False + + def __init__(self, user_agent, site_name=None, handler=None, +- disable_update_check=False, **kwargs): ++ disable_update_check=True, **kwargs): + """Initialize our connection with a reddit server. + + The user_agent is how your application identifies itself. Read the @@ -362,7 +362,7 @@ - # Check for updates if permitted and this is the first Reddit instance - if not disable_update_check and not self.update_checked \ - and self.config.check_for_updates: -- update_check(__name__, __version__) -+ #update_check(__name__, __version__) - self.update_checked = True - - # Initial values + # Check for updates if permitted and this is the first Reddit instance + if not disable_update_check and not self.update_checked \ + and self.config.check_for_updates: +- update_check(__name__, __version__) ++ #update_check(__name__, __version__) + self.update_checked = True + + # Initial values diff --git a/sources b/sources index 1a49255..d3b9b91 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8a7da37e51ff08e9d0b5bdc1e2aa4333 praw-3.3.0.patch +e923dddefa05f0ddd624a953c6fc1f81 praw-3.3.0.zip