rm builtins.py
This commit is contained in:
parent
8a7bff7a05
commit
75a5004d40
2 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
scriptdir = $(libdir)/openbox/python
|
scriptdir = $(libdir)/openbox/python
|
||||||
MAINTAINERCLEANFILES = Makefile.in
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
script_DATA = config.py builtins.py defaults.py focus.py callbacks.py \
|
script_DATA = config.py defaults.py focus.py callbacks.py \
|
||||||
focusmodel.py windowplacement.py behavior.py motion.py \
|
focusmodel.py windowplacement.py behavior.py motion.py \
|
||||||
historyplacement.py
|
historyplacement.py
|
||||||
EXTRA_DIST = $(script_DATA)
|
EXTRA_DIST = $(script_DATA)
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
|
|
||||||
print "Loaded builtins.py"
|
|
Loading…
Reference in a new issue