Skip to content

Commit

Permalink
Merge pull request #28 from mokshaproject/feature/more-py3
Browse files Browse the repository at this point in the history
Remove py3-incompatible copy-paste of twisted.python.reflect.
  • Loading branch information
ralphbean committed Jun 25, 2015
2 parents 8454a26 + c0e8f3c commit e6b874c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 123 deletions.
122 changes: 0 additions & 122 deletions moksha.common/moksha/common/lib/reflect.py

This file was deleted.

2 changes: 1 addition & 1 deletion moksha.wsgi/moksha/wsgi/widgets/source.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

import tw2.core as twc

from moksha.common.lib.reflect import namedAny
from twisted.python.reflect import namedAny
from pygments import highlight
from pygments.lexers import PythonLexer
from pygments.formatters import HtmlFormatter
Expand Down

0 comments on commit e6b874c

Please sign in to comment.