diff options
| author | root <none@none> | 2006-04-26 10:48:09 +0000 |
|---|---|---|
| committer | root <none@none> | 2006-04-26 10:48:09 +0000 |
| commit | 4becf6f9e596b45401680c4947e2d92c953d5e08 (patch) | |
| tree | 3bb03a16daa8c780bf60c622dc288eb01cfca145 /bin/pylint-gui | |
| download | pylint-git-4becf6f9e596b45401680c4947e2d92c953d5e08.tar.gz | |
forget the past.
forget the past.
Diffstat (limited to 'bin/pylint-gui')
| -rwxr-xr-x | bin/pylint-gui | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/pylint-gui b/bin/pylint-gui new file mode 100755 index 000000000..847ef3a36 --- /dev/null +++ b/bin/pylint-gui @@ -0,0 +1,4 @@ +#!/usr/bin/env python +import sys +from pylint import gui +gui.Run(sys.argv[1:]) |
