Skip to content

Commit

Permalink
set is a builtin type in python-2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
krajaratnam committed Jan 30, 2010
1 parent ab500d1 commit e11c5c6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions buildbot/status/mail.py
Expand Up @@ -17,10 +17,6 @@
from buildbot.status import base
from buildbot.status.builder import FAILURE, SUCCESS, Results

import sys
if sys.version_info[:3] < (2,4,0):
from sets import Set as set

VALID_EMAIL = re.compile("[a-zA-Z0-9\.\_\%\-\+]+@[a-zA-Z0-9\.\_\%\-]+.[a-zA-Z]{2,6}")

class Domain(util.ComparableMixin):
Expand Down

0 comments on commit e11c5c6

Please sign in to comment.