~ev/unity-lens-video/python3

« back to all changes in this revision

Viewing changes to src/unity-lens-video

  • Committer: David Callé
  • Date: 2012-05-02 20:25:11 UTC
  • Revision ID: davidc@framli.eu-20120502202511-k7w23zyym66opz3b
Tags: 0.3.5
Remove an useless gettext import

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
APP_NAME = "unity-lens-video"
40
40
LOCAL_PATH = "/usr/share/locale/"
41
41
 
42
 
import gettext
43
42
gettext.bindtextdomain(APP_NAME, LOCAL_PATH)
44
43
gettext.textdomain(APP_NAME)
45
44
_ = gettext.gettext