File: ipshell

package info (click to toggle)
exaile 4.2.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,452 kB
  • sloc: python: 39,785; javascript: 9,262; makefile: 268; sh: 138
file content (11 lines) | stat: -rwxr-xr-x 186 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env python3

import sys
sys.path.insert(0, ".")
from IPython.Shell import IPShellEmbed
import exaile

exaile.main()
exaile = exaile.exaile

IPShellEmbed()({'exaile': exaile})