Skip to content

Commit

Permalink
Got rid of unused regex import.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Jul 15, 1999
1 parent f208d42 commit 435e1ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ExternalMethod.py
Expand Up @@ -88,12 +88,12 @@
This product provides support for external methods, which allow
domain-specific customization of web environments.
"""
__version__='$Revision: 1.29 $'[11:-2]
__version__='$Revision: 1.30 $'[11:-2]
from Acquisition import Explicit
from Globals import Persistent, HTMLFile, MessageDialog, HTML
import OFS.SimpleItem
from string import split, join, find, lower
import AccessControl.Role, sys, os, regex, traceback
import AccessControl.Role, sys, os, traceback
from OFS.SimpleItem import pretty_tb
from App.Extensions import getObject, getPath, FuncCode
from Globals import DevelopmentMode
Expand Down

0 comments on commit 435e1ad

Please sign in to comment.