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

Avoid creating escape characters on Windows #64

Merged
merged 1 commit into from Aug 31, 2012
Merged

Commits on Aug 24, 2012

  1. Avoid creating escape characters on Windows

    Mark strings passed to `execfile` as raw strings to avoid 
    having "\\activate_this.py" changed to "\x07ctivate_this.py".
    svieira committed Aug 24, 2012
    Copy the full SHA
    bd63dc8 View commit details
    Browse the repository at this point in the history