~ubuntu-branches/ubuntu/vivid/flufl.bounce/vivid

« back to all changes in this revision

Viewing changes to flufl/bounce/_detectors/yale.py

  • Committer: Package Import Robot
  • Author(s): Barry Warsaw
  • Date: 2014-08-18 12:11:42 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20140818121142-mhyw2chgj4pt1uul
Tags: 2.3-1
* New upstream release.
* d/copyright: Update copyright years.
* d/control:
  - Updated maintainer email address.
  - Updated Build-Depends.
  - Updated Standards-Version with no further changes needed.
  - wrap-and-sort
* d/rules: Port to --buildsystem=pybuild
* d/*.install: Removed.
* d/patches/setup.patch: Removed.
* d/python-flufl.bounce.links: Removed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2000-2013 by Barry A. Warsaw
 
1
# Copyright (C) 2000-2014 by Barry A. Warsaw
2
2
#
3
3
# This file is part of flufl.bounce
4
4
#
34
34
import re
35
35
 
36
36
from email.utils import getaddresses
37
 
from flufl.enum import Enum
 
37
from enum import Enum
38
38
from io import BytesIO
39
39
from zope.interface import implementer
40
40