~larryprice/libertine/python-i18n

« back to all changes in this revision

Viewing changes to python/libertine/HostInfo.py

  • Committer: Larry Price
  • Date: 2017-03-23 19:16:37 UTC
  • Revision ID: larry.price@canonical.com-20170323191637-gwkt8wyzk5li0b4c
change some of the utils imports

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
# You should have received a copy of the GNU General Public License along
13
13
# with this program.  If not, see <http://www.gnu.org/licenses/>.
14
14
 
15
 
import libertine.utils
16
15
import locale
17
16
import lsb_release
18
17
import os
24
23
_ = gettext.gettext
25
24
 
26
25
from distro_info import UbuntuDistroInfo
 
26
from libertine import utils
27
27
 
28
28
 
29
29
class HostInfo(object):