Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Handle one-liner defintions #77

Merged
merged 2 commits into from Nov 7, 2014
Merged

Handle one-liner defintions #77

merged 2 commits into from Nov 7, 2014

Commits on Jun 27, 2014

  1. Fix tests.

    Test worked on first run and failed on the second run.
    The reason for this is the reference to `__file__` in `test.py`.
    The problem is that after the first run, `__file__` points to the `.pyc` file instead of the original `.py` file which makes `pep257` fail (because it requires the source).
    Nurdok committed Jun 27, 2014
    Copy the full SHA
    e5912e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2014

  1. Copy the full SHA
    42a6188 View commit details
    Browse the repository at this point in the history