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

Add missing Python import directive #152

Merged
merged 2 commits into from
Apr 23, 2018

Conversation

pluehne
Copy link
Contributor

@pluehne pluehne commented Apr 16, 2018

I was now able to reproduce the issue of the missing calendar import that was mentioned in #136 and #146 by @IngoS11 and @primetheus.

I’m not entirely certain as to the reasons why the calendar module didn’t require an import before, but we’ll have to add the import statement anyway, because many users are probably affected.

So this adds the missing import directive.

Closes #136.

For some reason, the calendar module is now required to be imported
explicitly, which wasn’t the case before. This adds the missing import
directive.
@larsxschneider larsxschneider merged commit 26b5972 into master Apr 23, 2018
@larsxschneider larsxschneider deleted the patrick/fix-missing-calendar-import branch April 23, 2018 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants