Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python 2.4 and higher compatibility #13

Merged
merged 2 commits into from Jul 28, 2012
Merged

Conversation

ChauChicken
Copy link
Contributor

files modified for python2.4 compatibility
Ref Issue #12

@@ -140,17 +144,22 @@ def _date_from_range(self, start, end):
if not start and not end:
return None

start_formatted = self._format_date(start) if start else "*"
end_formatted = self._format_date(end) if end else "*"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

end_formatted was missed

@dnephin
Copy link
Owner

dnephin commented Jul 27, 2012

Thanks for doing this. I'll test it out once end_formatted is fixed.

@ChauChicken
Copy link
Contributor Author

Done.

dnephin added a commit that referenced this pull request Jul 28, 2012
python 2.4 and higher compatibility
@dnephin dnephin merged commit 4f43163 into dnephin:master Jul 28, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants