diff options
author | David Robillard <d@drobilla.net> | 2018-09-15 14:51:03 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-09-15 14:51:03 +0200 |
commit | b7a468132b987899b45ae6812e900f1eb11b056e (patch) | |
tree | dbaaa6ccea4d9663e64a605f3b6da4b83afc6177 /waflib/__init__.py | |
parent | 19bdb28bf8c8081bb47a41fc7c9e936434cc49d2 (diff) | |
parent | c2b0355b0de23f6ec83b5fa5be038bcce208e26f (diff) | |
download | sord-b7a468132b987899b45ae6812e900f1eb11b056e.tar.gz sord-b7a468132b987899b45ae6812e900f1eb11b056e.tar.bz2 sord-b7a468132b987899b45ae6812e900f1eb11b056e.zip |
Merge commit 'c2b0355b0de23f6ec83b5fa5be038bcce208e26f' as 'waflib'
Diffstat (limited to 'waflib/__init__.py')
-rw-r--r-- | waflib/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/waflib/__init__.py b/waflib/__init__.py new file mode 100644 index 0000000..079df35 --- /dev/null +++ b/waflib/__init__.py @@ -0,0 +1,3 @@ +#!/usr/bin/env python +# encoding: utf-8 +# Thomas Nagy, 2005-2018 (ita) |