Revision history of "Shell.py"

From Osvidwiki
Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 22:48, 21 September 2011Michael Murtaugh (talk | contribs). . (1,310 bytes) (+1,310). . (Created page with " shell.py <source lang="python"> import subprocess, os """ Wrapper for a shell command. allows for simple kill """ DEBUG = False class shell (object): def __init__ (sel...")