File: describe.py

package info (click to toggle)
subuser 0.6.2-3.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,216 kB
  • sloc: python: 5,204; sh: 380; makefile: 73; javascript: 43
file content (11 lines) | stat: -rwxr-xr-x 243 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/python3
# -*- coding: utf-8 -*-

#external imports
#import ...
#internal imports
import subuserlib.builtInCommands.list

@subuserlib.profile.do_cprofile
def runCommand(sysargs):
  subuserlib.builtInCommands.list.runCommand(sysargs)