File: .bpythonrc

package info (click to toggle)
exaile 0.3.2.2-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 9,564 kB
  • sloc: python: 35,424; makefile: 265; sh: 58
file content (10 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env python

import sys
sys.path.insert(0, '.')

import exaile
exaile.main()
exaile = exaile.exaile

print ""