~launchpad-results/launchpad-results/trunk

« back to all changes in this revision

Viewing changes to lib/lpresults/tracker/interfaces/attachment.py

  • Committer: Marc Tardif
  • Date: 2011-05-11 11:54:18 UTC
  • Revision ID: marc.tardif@canonical.com-20110511115418-12lv84nvado8pvme
Added xunit package, tools script and corresponding packaging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright 2010 Canonical Ltd.  This software is licensed under the
 
1
# Copyright 2010-2011 Canonical Ltd.  This software is licensed under the
2
2
# GNU Affero General Public License version 3 (see the file LICENSE).
3
3
 
4
4
__metaclass__ = type
34
34
from lazr.restful.frameworks.django import IDjangoLocation
35
35
from lazr.restful.simple import IMultiplePathPartLocation
36
36
 
37
 
from lpx.results.services.validators import attachment_size_validator
 
37
from lpresults.tracker.services.validators import attachment_size_validator
38
38
 
39
 
from lpx.results.interfaces.file import IFile, IFileSet
 
39
from lpresults.tracker.interfaces.file import IFile, IFileSet
40
40
 
41
41
 
42
42
class IAttachment(IMultiplePathPartLocation, IFile):