~ubuntu-branches/ubuntu/raring/lfm/raring

« back to all changes in this revision

Viewing changes to lfm/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Echeverry
  • Date: 2011-05-21 12:03:10 UTC
  • mfrom: (2.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110521120310-i6ifehdicskf7skp
Tags: 2.3-1
* New Upstream release.
* debian/control
  + Bumped standard versions 3.9.2 (no changes)
  + Now require python 2.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- coding: utf-8 -*-
2
2
 
3
3
"""
4
 
Copyright (C) 2001-10, Iñigo Serna <inigoserna@gmail.com>.
 
4
Copyright (C) 2001-11, Iñigo Serna <inigoserna@gmail.com>.
5
5
All rights reserved.
6
6
 
7
7
This software has been realised under the GPL License, see the COPYING
29
29
    print 'lfm can\'t find a valid encoding for your terminal.'
30
30
    print 'Please configure before running lfm. Eg. $ export LANG=en_GB.UTF-8'
31
31
    exit(-1)
32
 
    
 
32
 
33
33
 
34
34
######################################################################
35
 
AUTHOR = 'Iñigo Serna'
36
 
VERSION = '2.2'
37
 
DATE = '2001-10'
 
35
AUTHOR = u'Iñigo Serna'
 
36
VERSION = '2.3'
 
37
DATE = '2001-11'
38
38
 
39
39
LFM_NAME = 'lfm - Last File Manager'
40
40