forked from stefanhepp/pplatex
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using SCons 3 means using Python 3, which is pickier about mixed tab and space indenting and using the print() function instead of the print statement. Also relative imports have changed. Fix this by indenting with spaces only and using the print() function (using "from __future__ import print_function"). Additionally, fix relative imports. Fixes issue stefanhepp#13.
- Loading branch information
Showing
8 changed files
with
248 additions
and
248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.