~abelianr/pyroom/plugin-system

« back to all changes in this revision

Viewing changes to PyRoom/cmdline.py

  • Committer: Florian Heinle
  • Date: 2008-09-22 06:58:13 UTC
  • Revision ID: florian-launchpad@planet-tiax.de-20080922065813-69cg56w1gh4tly4l
fixed a typo in the manpage

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
    os.path.dirname(os.path.abspath(__file__)),
45
45
    'locales'
46
46
)
 
47
print locales_path
47
48
gettext.install(locales_path)
48
49
 
49
50
import PyRoom