summaryrefslogtreecommitdiffstats
path: root/lib/bb/event.py
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2007-01-04 10:33:42 +0000
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2007-01-04 10:33:42 +0000
commit9d577dd8a617c9df7f4e450644985f8821cbc158 (patch)
treedabe1bbc1e1d39efade3dccad6c31b44aff53dc8 /lib/bb/event.py
parent8ca7fd7573eee2468027adf8b808a32cbe9edb31 (diff)
downloadbitbake-9d577dd8a617c9df7f4e450644985f8821cbc158.tar.gz
drop shebangs from lib/bb scripts
- those scripts are not called by hand by bitbake users and most of package linting tools (lintian/Debian, rpmlint/Fedora) complain about not executable scripts. - if someone want to run them by hand then he will be able to do it with calling 'python SCRIPT'
Diffstat (limited to 'lib/bb/event.py')
-rw-r--r--lib/bb/event.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bb/event.py b/lib/bb/event.py
index 45e079910..f1da98fd4 100644
--- a/lib/bb/event.py
+++ b/lib/bb/event.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
"""