File: browse.py

package info (click to toggle)
urwid 3.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,232 kB
  • sloc: python: 29,010; javascript: 382; sh: 34; makefile: 22
file content (10 lines) | stat: -rwxr-xr-x 144 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env python

from __future__ import annotations

import os

import real_browse

os.chdir("/usr/share/doc/python3")
real_browse.main()