Skip to content
This repository has been archived by the owner on Mar 8, 2018. It is now read-only.

Commit

Permalink
Prune unnecessary 'types' import in Namemapper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
R. Tyler Ballance committed Dec 27, 2009
1 parent f1032b5 commit a0c6979
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cheetah/NameMapper.py
@@ -1,5 +1,4 @@
# $Id: NameMapper.py,v 1.32 2007/12/10 19:20:09 tavis_rudd Exp $

#!/usr/bin/env python
"""This module supports Cheetah's optional NameMapper syntax.
Overview
Expand Down Expand Up @@ -142,8 +141,6 @@
__author__ = "Tavis Rudd <tavis@damnsimple.com>," +\
"\nChuck Esterbrook <echuck@mindspring.com>"
__revision__ = "$Revision: 1.32 $"[11:-2]
import types
from types import StringType, InstanceType, ClassType, TypeType
from pprint import pformat
import inspect
import pdb
Expand Down

0 comments on commit a0c6979

Please sign in to comment.