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

PEP8 fixes on the module texmanager #1550

Merged
merged 1 commit into from Dec 3, 2012
Merged

PEP8 fixes on the module texmanager #1550

merged 1 commit into from Dec 3, 2012

Conversation

NelleV
Copy link
Member

@NelleV NelleV commented Dec 3, 2012

Here is some pep8 fixes on the texmanager.

Cheers,
N

@NelleV
Copy link
Member Author

NelleV commented Dec 3, 2012

There are things that are deprecated, or here because they don't work with python2.5, which isn't supported anymore. I could use this PR to remove them, or do it in another PR.

@dmcdougall
Copy link
Member

@NelleV I say do it in another PR. I'll open a separate issue for it. Thanks for reporting it.

@dmcdougall
Copy link
Member

See #1552.

@pelson
Copy link
Member

pelson commented Dec 3, 2012

👍 - @dmcdougall please merge when your happy.

Cheers @NelleV

@dmcdougall
Copy link
Member

@pelson Thanks for checking this out. I'd also like to give it a once-over before pushing 'go'.

dvifile = '%s.dvi'% basefile
baselinefile = '%s.baseline'% basefile
dvifile = '%s.dvi' % basefile
baselinefile = '%s.baseline' % basefile

if DEBUG or not os.path.exists(dvifile) or \
Copy link
Member

Choose a reason for hiding this comment

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

Trailing backslash.

Copy link
Member Author

Choose a reason for hiding this comment

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

FIXed

@dmcdougall
Copy link
Member

Cheers @NelleV!

dmcdougall added a commit that referenced this pull request Dec 3, 2012
PEP8 fixes on the module texmanager
@dmcdougall dmcdougall merged commit 156867e into matplotlib:master Dec 3, 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

3 participants