~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/temporaryblobstorage/webservice.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-01 11:37:40 UTC
  • mfrom: (14612.2.10 oh-god-so-many-imports)
  • Revision ID: launchpad@pqm.canonical.com-20120101113740-o241xl1m2njr25qn
[r=wgrant][no-qa] Post-apocalyptic tree-wide format-imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
    'ITemporaryStorageManager',
16
16
    ]
17
17
 
18
 
from lp.services.webservice.apihelpers import (
19
 
    patch_operations_explicit_version,
20
 
    )
21
18
from lp.services.temporaryblobstorage.interfaces import (
22
19
    ITemporaryBlobStorage,
23
20
    ITemporaryStorageManager,
24
21
    )
25
 
 
 
22
from lp.services.webservice.apihelpers import (
 
23
    patch_operations_explicit_version,
 
24
    )
26
25
 
27
26
# ITemporaryBlobStorage
28
27
patch_operations_explicit_version(