~mvo/software-center/oneconf-lp981536

« back to all changes in this revision

Viewing changes to softwarecenter/db/__init__.py

mergedĀ fromĀ lp:~alexeftimie/software-center/backend-refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
try:
 
2
    from debfile import DebFileApplication
 
3
except ImportError:
 
4
    class DebFileApplication(): pass
 
 
b'\\ No newline at end of file'