~ubuntu-branches/ubuntu/utopic/mugshot/utopic

« back to all changes in this revision

Viewing changes to mugshot_lib/__init__.py

  • Committer: Package Import Robot
  • Author(s): Sean Davis
  • Date: 2014-09-01 20:23:33 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140901202333-izr5f0h9y8o1u170
Tags: 0.2.5-0ubuntu1
* New upstream release.
  - Fix: mugshot fails to start for some users (LP: #1353530)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#
6
6
#   This program is free software: you can redistribute it and/or modify it
7
7
#   under the terms of the GNU General Public License as published by
8
 
#   the Free Software Foundation, either version 3 of the License, or 
 
8
#   the Free Software Foundation, either version 3 of the License, or
9
9
#   (at your option) any later version.
10
10
#
11
11
#   This program is distributed in the hope that it will be useful, but
19
19
'''facade - makes mugshot_lib package easy to refactor
20
20
 
21
21
while keeping its api constant'''
22
 
#lint:disable
 
22
# lint:disable
23
23
from . helpers import set_up_logging
24
24
from . Window import Window
25
25
from . mugshotconfig import get_version
26
 
#lint:enable
 
26
# lint:enable