Skip to content

Commit

Permalink
Don't rely on the readme at runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
lmacken committed Jun 27, 2013
1 parent 8e7b3ff commit 9458ee9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion README.rst

This file was deleted.

5 changes: 1 addition & 4 deletions tbgrep/__init__.py
Expand Up @@ -19,12 +19,9 @@
from collections import defaultdict
from operator import itemgetter

_file = open(os.path.join(os.path.dirname(__file__), "README.rst"))
__doc__ = _file.read()
_file.close()

tb_head = 'Traceback (most recent call last):'


class TracebackGrep(object):
tb = index = None
stats = firstline = prefix = False
Expand Down

0 comments on commit 9458ee9

Please sign in to comment.