From e2e6f6fe07049f33cb6348780fa975162752e421 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 12 Dec 2013 13:38:32 +0100 Subject: initial commit of Enea Linux 3.1 Migrated from the internal git server on the dora-enea branch Signed-off-by: Adrian Dudau --- scripts/pybootchartgui/pybootchartgui.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 scripts/pybootchartgui/pybootchartgui.py (limited to 'scripts/pybootchartgui/pybootchartgui.py') diff --git a/scripts/pybootchartgui/pybootchartgui.py b/scripts/pybootchartgui/pybootchartgui.py new file mode 100755 index 0000000000..f301027805 --- /dev/null +++ b/scripts/pybootchartgui/pybootchartgui.py @@ -0,0 +1,7 @@ +#!/usr/bin/python + +import sys +from pybootchartgui.main import main + +if __name__ == '__main__': + sys.exit(main()) -- cgit v1.2.3-54-g00ecf