Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
807d78bb
Commit
807d78bb
authored
Sep 17, 2013
by
Mukund Sivaraman
Browse files
[master] Add a README describing __init__.py.in
parent
e4fe1a79
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib/python/isc/log_messages/work/Makefile.am
View file @
807d78bb
...
...
@@ -8,5 +8,7 @@ pythondir = $(pyexecdir)/isc/log_messages/
CLEANFILES
=
__init__.pyc __init__.pyo
CLEANDIRS
=
__pycache__
EXTRA_DIST
=
README
clean-local
:
rm
-rf
$(CLEANDIRS)
src/lib/python/isc/log_messages/work/README
0 → 100644
View file @
807d78bb
The __init__.py.in in this directory is meant to be processed by
configure so that the generated __init__.py ends up in the builddir, and
not the srcdir. This is because Python associates a module with a
directory, and you can't have portions of the module in two separate
directories.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment