summaryrefslogtreecommitdiff
path: root/bin/pylint-gui
diff options
context:
space:
mode:
authorroot <none@none>2006-04-26 10:48:09 +0000
committerroot <none@none>2006-04-26 10:48:09 +0000
commit4becf6f9e596b45401680c4947e2d92c953d5e08 (patch)
tree3bb03a16daa8c780bf60c622dc288eb01cfca145 /bin/pylint-gui
downloadpylint-git-4becf6f9e596b45401680c4947e2d92c953d5e08.tar.gz
forget the past.
forget the past.
Diffstat (limited to 'bin/pylint-gui')
-rwxr-xr-xbin/pylint-gui4
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:])