~bblanque/enjuewemela/enjuewemela

« back to all changes in this revision

Viewing changes to enjuewemela/main.py

  • Committer: Facundo Batista
  • Date: 2011-08-16 21:31:53 UTC
  • Revision ID: facundo@taniquetil.com.ar-20110816213153-1bv14h46d9s5177y
No more avbin

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
    trans.install(unicode=True)
55
55
 
56
56
 
57
 
try:
58
 
    # pylint: disable-msg=W0612
59
 
    from pyglet.media import avbin
60
 
except ImportError:
61
 
    print _("Please get avbin from http://code.google.com/p/avbin/")
62
 
    exit()
63
 
print _("Using AVBin module:"), avbin
64
 
 
65
 
 
66
57
def start():
67
58
    if len(sys.argv) == 3:
68
59
        dmenu = sys.argv[1]