summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/cobbler3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/cobbler b/scripts/cobbler
index 4aef615..1b69ab6 100755
--- a/scripts/cobbler
+++ b/scripts/cobbler
@@ -14,7 +14,6 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
"""
-import sys
import cobbler.cobbler as app
-sys.exit(app.main())
+app.main()