diff --git a/bin/lutin b/bin/lutin index 7535fef..0f25e0f 100755 --- a/bin/lutin +++ b/bin/lutin @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/__init__.py b/lutin/__init__.py index 91d3b90..594318e 100755 --- a/lutin/__init__.py +++ b/lutin/__init__.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/arg.py b/lutin/arg.py index 916fb95..862d0c1 100644 --- a/lutin/arg.py +++ b/lutin/arg.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/builder.py b/lutin/builder.py index a0a9402..2c301eb 100644 --- a/lutin/builder.py +++ b/lutin/builder.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/debug.py b/lutin/debug.py index 42eab57..abdb628 100644 --- a/lutin/debug.py +++ b/lutin/debug.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/depend.py b/lutin/depend.py index 1b50f2d..5035f90 100644 --- a/lutin/depend.py +++ b/lutin/depend.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/env.py b/lutin/env.py index fccbd10..3ecd5fb 100644 --- a/lutin/env.py +++ b/lutin/env.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/heritage.py b/lutin/heritage.py index 30a0b14..d47d7ea 100644 --- a/lutin/heritage.py +++ b/lutin/heritage.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/host.py b/lutin/host.py index a8ad06d..c7ebb3b 100644 --- a/lutin/host.py +++ b/lutin/host.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/image.py b/lutin/image.py index 588847d..bfdacd6 100644 --- a/lutin/image.py +++ b/lutin/image.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/license.py b/lutin/license.py index 0f852d3..cc954a8 100644 --- a/lutin/license.py +++ b/lutin/license.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/module.py b/lutin/module.py index 799c3d8..b5d45cc 100644 --- a/lutin/module.py +++ b/lutin/module.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/multiprocess.py b/lutin/multiprocess.py index e0588ac..740bf9f 100644 --- a/lutin/multiprocess.py +++ b/lutin/multiprocess.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/system.py b/lutin/system.py index da4477d..5e23fda 100644 --- a/lutin/system.py +++ b/lutin/system.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/target.py b/lutin/target.py index 4d7639e..bff6bb6 100644 --- a/lutin/target.py +++ b/lutin/target.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/tools.py b/lutin/tools.py index 1ed408c..627781c 100644 --- a/lutin/tools.py +++ b/lutin/tools.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/z_builder/__init__.py b/lutin/z_builder/__init__.py index e69de29..069d7ba 100644 --- a/lutin/z_builder/__init__.py +++ b/lutin/z_builder/__init__.py @@ -0,0 +1,9 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +## +## @author Edouard DUPIN +## +## @copyright 2012, Edouard DUPIN, all right reserved +## +## @license APACHE v2.0 (see license file) +## diff --git a/lutin/z_builder/lutinBuilder_binary.py b/lutin/z_builder/lutinBuilder_binary.py index efa278e..12a22db 100644 --- a/lutin/z_builder/lutinBuilder_binary.py +++ b/lutin/z_builder/lutinBuilder_binary.py @@ -1,3 +1,13 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +## +## @author Edouard DUPIN +## +## @copyright 2012, Edouard DUPIN, all right reserved +## +## @license APACHE v2.0 (see license file) +## + ## ## Executable/binary builder ## diff --git a/lutin/z_builder/lutinBuilder_c.py b/lutin/z_builder/lutinBuilder_c.py index 4a65f0c..8d2f2c4 100644 --- a/lutin/z_builder/lutinBuilder_c.py +++ b/lutin/z_builder/lutinBuilder_c.py @@ -1,3 +1,13 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +## +## @author Edouard DUPIN +## +## @copyright 2012, Edouard DUPIN, all right reserved +## +## @license APACHE v2.0 (see license file) +## + ## ## C builder ## diff --git a/lutin/z_builder/lutinBuilder_cpp.py b/lutin/z_builder/lutinBuilder_cpp.py index bc8aa59..b82937f 100644 --- a/lutin/z_builder/lutinBuilder_cpp.py +++ b/lutin/z_builder/lutinBuilder_cpp.py @@ -1,3 +1,13 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +## +## @author Edouard DUPIN +## +## @copyright 2012, Edouard DUPIN, all right reserved +## +## @license APACHE v2.0 (see license file) +## + ## ## C++ builder ## diff --git a/lutin/z_builder/lutinBuilder_jar.py b/lutin/z_builder/lutinBuilder_jar.py index b5db93b..003ac4e 100644 --- a/lutin/z_builder/lutinBuilder_jar.py +++ b/lutin/z_builder/lutinBuilder_jar.py @@ -1,3 +1,13 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +## +## @author Edouard DUPIN +## +## @copyright 2012, Edouard DUPIN, all right reserved +## +## @license APACHE v2.0 (see license file) +## + ## ## Dynamic library builder ## diff --git a/lutin/z_builder/lutinBuilder_java.py b/lutin/z_builder/lutinBuilder_java.py index 7d98e05..213c055 100644 --- a/lutin/z_builder/lutinBuilder_java.py +++ b/lutin/z_builder/lutinBuilder_java.py @@ -1,3 +1,13 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +## +## @author Edouard DUPIN +## +## @copyright 2012, Edouard DUPIN, all right reserved +## +## @license APACHE v2.0 (see license file) +## + ## ## Java builder ## diff --git a/lutin/z_builder/lutinBuilder_javah.py b/lutin/z_builder/lutinBuilder_javah.py index ff3c9de..4f366fb 100644 --- a/lutin/z_builder/lutinBuilder_javah.py +++ b/lutin/z_builder/lutinBuilder_javah.py @@ -1,3 +1,13 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +## +## @author Edouard DUPIN +## +## @copyright 2012, Edouard DUPIN, all right reserved +## +## @license APACHE v2.0 (see license file) +## + ## ## Java builder ## diff --git a/lutin/z_builder/lutinBuilder_libraryDynamic.py b/lutin/z_builder/lutinBuilder_libraryDynamic.py index 82b9f1b..e09ac54 100644 --- a/lutin/z_builder/lutinBuilder_libraryDynamic.py +++ b/lutin/z_builder/lutinBuilder_libraryDynamic.py @@ -1,3 +1,13 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +## +## @author Edouard DUPIN +## +## @copyright 2012, Edouard DUPIN, all right reserved +## +## @license APACHE v2.0 (see license file) +## + ## ## Dynamic library builder ## diff --git a/lutin/z_builder/lutinBuilder_libraryStatic.py b/lutin/z_builder/lutinBuilder_libraryStatic.py index cf6101d..f566c4b 100644 --- a/lutin/z_builder/lutinBuilder_libraryStatic.py +++ b/lutin/z_builder/lutinBuilder_libraryStatic.py @@ -1,3 +1,13 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +## +## @author Edouard DUPIN +## +## @copyright 2012, Edouard DUPIN, all right reserved +## +## @license APACHE v2.0 (see license file) +## + ## ## Static library builder ## diff --git a/lutin/z_builder/lutinBuilder_m.py b/lutin/z_builder/lutinBuilder_m.py index 436911a..d9a02b5 100644 --- a/lutin/z_builder/lutinBuilder_m.py +++ b/lutin/z_builder/lutinBuilder_m.py @@ -1,3 +1,13 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +## +## @author Edouard DUPIN +## +## @copyright 2012, Edouard DUPIN, all right reserved +## +## @license APACHE v2.0 (see license file) +## + ## ## Objective-C builder ## diff --git a/lutin/z_builder/lutinBuilder_mm.py b/lutin/z_builder/lutinBuilder_mm.py index ddb68fb..b26992c 100644 --- a/lutin/z_builder/lutinBuilder_mm.py +++ b/lutin/z_builder/lutinBuilder_mm.py @@ -1,3 +1,13 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +## +## @author Edouard DUPIN +## +## @copyright 2012, Edouard DUPIN, all right reserved +## +## @license APACHE v2.0 (see license file) +## + ## ## Objective C++ builder ## diff --git a/lutin/z_builder/lutinBuilder_s.py b/lutin/z_builder/lutinBuilder_s.py index 8656a0c..1f8a354 100644 --- a/lutin/z_builder/lutinBuilder_s.py +++ b/lutin/z_builder/lutinBuilder_s.py @@ -1,3 +1,13 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +## +## @author Edouard DUPIN +## +## @copyright 2012, Edouard DUPIN, all right reserved +## +## @license APACHE v2.0 (see license file) +## + ## ## ASM builder ## diff --git a/lutin/z_system/__init__.py b/lutin/z_system/__init__.py index e69de29..069d7ba 100644 --- a/lutin/z_system/__init__.py +++ b/lutin/z_system/__init__.py @@ -0,0 +1,9 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +## +## @author Edouard DUPIN +## +## @copyright 2012, Edouard DUPIN, all right reserved +## +## @license APACHE v2.0 (see license file) +## diff --git a/lutin/z_system/lutinSystem_Android_ADMOD.py b/lutin/z_system/lutinSystem_Android_ADMOD.py index b7e5d48..dd1b9b8 100644 --- a/lutin/z_system/lutinSystem_Android_ADMOD.py +++ b/lutin/z_system/lutinSystem_Android_ADMOD.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/z_system/lutinSystem_Android_SDK.py b/lutin/z_system/lutinSystem_Android_SDK.py index 47c89dd..5c281e5 100644 --- a/lutin/z_system/lutinSystem_Android_SDK.py +++ b/lutin/z_system/lutinSystem_Android_SDK.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/z_system/lutinSystem_Android_cxx.py b/lutin/z_system/lutinSystem_Android_cxx.py index f56033b..8397b25 100644 --- a/lutin/z_system/lutinSystem_Android_cxx.py +++ b/lutin/z_system/lutinSystem_Android_cxx.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/z_system/lutinSystem_Android_m.py b/lutin/z_system/lutinSystem_Android_m.py index f1ebe67..a7c9383 100644 --- a/lutin/z_system/lutinSystem_Android_m.py +++ b/lutin/z_system/lutinSystem_Android_m.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/z_system/lutinSystem_IOs_CoreAudio.py b/lutin/z_system/lutinSystem_IOs_CoreAudio.py index c83d6fc..4069431 100644 --- a/lutin/z_system/lutinSystem_IOs_CoreAudio.py +++ b/lutin/z_system/lutinSystem_IOs_CoreAudio.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/z_system/lutinSystem_IOs_cxx.py b/lutin/z_system/lutinSystem_IOs_cxx.py index d25ef92..750f985 100644 --- a/lutin/z_system/lutinSystem_IOs_cxx.py +++ b/lutin/z_system/lutinSystem_IOs_cxx.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/z_system/lutinSystem_IOs_m.py b/lutin/z_system/lutinSystem_IOs_m.py index f1ebe67..a7c9383 100644 --- a/lutin/z_system/lutinSystem_IOs_m.py +++ b/lutin/z_system/lutinSystem_IOs_m.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/z_system/lutinSystem_Linux_alsa.py b/lutin/z_system/lutinSystem_Linux_alsa.py index 1e10201..3e3b689 100644 --- a/lutin/z_system/lutinSystem_Linux_alsa.py +++ b/lutin/z_system/lutinSystem_Linux_alsa.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/z_system/lutinSystem_Linux_boost.py b/lutin/z_system/lutinSystem_Linux_boost.py index fc35a21..ae8a828 100644 --- a/lutin/z_system/lutinSystem_Linux_boost.py +++ b/lutin/z_system/lutinSystem_Linux_boost.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/z_system/lutinSystem_Linux_cxx.py b/lutin/z_system/lutinSystem_Linux_cxx.py index ef5c279..0906fc1 100644 --- a/lutin/z_system/lutinSystem_Linux_cxx.py +++ b/lutin/z_system/lutinSystem_Linux_cxx.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/z_system/lutinSystem_Linux_jack.py b/lutin/z_system/lutinSystem_Linux_jack.py index 6c92131..87112b2 100644 --- a/lutin/z_system/lutinSystem_Linux_jack.py +++ b/lutin/z_system/lutinSystem_Linux_jack.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/z_system/lutinSystem_Linux_m.py b/lutin/z_system/lutinSystem_Linux_m.py index f1ebe67..a7c9383 100644 --- a/lutin/z_system/lutinSystem_Linux_m.py +++ b/lutin/z_system/lutinSystem_Linux_m.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/z_system/lutinSystem_Linux_oss.py b/lutin/z_system/lutinSystem_Linux_oss.py index f29e991..e48ab2f 100644 --- a/lutin/z_system/lutinSystem_Linux_oss.py +++ b/lutin/z_system/lutinSystem_Linux_oss.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/z_system/lutinSystem_Linux_pulse.py b/lutin/z_system/lutinSystem_Linux_pulse.py index 397c8c0..2a68819 100644 --- a/lutin/z_system/lutinSystem_Linux_pulse.py +++ b/lutin/z_system/lutinSystem_Linux_pulse.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/z_system/lutinSystem_Linux_z.py b/lutin/z_system/lutinSystem_Linux_z.py index 9f8e949..7f8c87f 100644 --- a/lutin/z_system/lutinSystem_Linux_z.py +++ b/lutin/z_system/lutinSystem_Linux_z.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/z_system/lutinSystem_MacOs_CoreAudio.py b/lutin/z_system/lutinSystem_MacOs_CoreAudio.py index 697fd0c..4f217ad 100644 --- a/lutin/z_system/lutinSystem_MacOs_CoreAudio.py +++ b/lutin/z_system/lutinSystem_MacOs_CoreAudio.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/z_system/lutinSystem_MacOs_cxx.py b/lutin/z_system/lutinSystem_MacOs_cxx.py index 6f0b2d3..0148c31 100644 --- a/lutin/z_system/lutinSystem_MacOs_cxx.py +++ b/lutin/z_system/lutinSystem_MacOs_cxx.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/z_system/lutinSystem_MacOs_m.py b/lutin/z_system/lutinSystem_MacOs_m.py index f1ebe67..a7c9383 100644 --- a/lutin/z_system/lutinSystem_MacOs_m.py +++ b/lutin/z_system/lutinSystem_MacOs_m.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/z_system/lutinSystem_Windows_asio.py b/lutin/z_system/lutinSystem_Windows_asio.py index e69de29..069d7ba 100644 --- a/lutin/z_system/lutinSystem_Windows_asio.py +++ b/lutin/z_system/lutinSystem_Windows_asio.py @@ -0,0 +1,9 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +## +## @author Edouard DUPIN +## +## @copyright 2012, Edouard DUPIN, all right reserved +## +## @license APACHE v2.0 (see license file) +## diff --git a/lutin/z_system/lutinSystem_Windows_cxx.py b/lutin/z_system/lutinSystem_Windows_cxx.py index 5b72c35..edab219 100644 --- a/lutin/z_system/lutinSystem_Windows_cxx.py +++ b/lutin/z_system/lutinSystem_Windows_cxx.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/z_system/lutinSystem_Windows_ds.py b/lutin/z_system/lutinSystem_Windows_ds.py index 937fd14..227397e 100644 --- a/lutin/z_system/lutinSystem_Windows_ds.py +++ b/lutin/z_system/lutinSystem_Windows_ds.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/z_system/lutinSystem_Windows_m.py b/lutin/z_system/lutinSystem_Windows_m.py index f1ebe67..a7c9383 100644 --- a/lutin/z_system/lutinSystem_Windows_m.py +++ b/lutin/z_system/lutinSystem_Windows_m.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/z_target/__init__.py b/lutin/z_target/__init__.py index e69de29..069d7ba 100644 --- a/lutin/z_target/__init__.py +++ b/lutin/z_target/__init__.py @@ -0,0 +1,9 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +## +## @author Edouard DUPIN +## +## @copyright 2012, Edouard DUPIN, all right reserved +## +## @license APACHE v2.0 (see license file) +## diff --git a/lutin/z_target/lutinTarget_Android.py b/lutin/z_target/lutinTarget_Android.py index e55d945..9d26dcf 100644 --- a/lutin/z_target/lutinTarget_Android.py +++ b/lutin/z_target/lutinTarget_Android.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## @@ -7,7 +8,6 @@ ## @license APACHE v2.0 (see license file) ## - from lutin import debug from lutin import target from lutin import tools diff --git a/lutin/z_target/lutinTarget_Debian.py b/lutin/z_target/lutinTarget_Debian.py index 3db5555..397802b 100644 --- a/lutin/z_target/lutinTarget_Debian.py +++ b/lutin/z_target/lutinTarget_Debian.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/z_target/lutinTarget_IOs.py b/lutin/z_target/lutinTarget_IOs.py index 3822897..523fb7d 100644 --- a/lutin/z_target/lutinTarget_IOs.py +++ b/lutin/z_target/lutinTarget_IOs.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/z_target/lutinTarget_Linux.py b/lutin/z_target/lutinTarget_Linux.py index e73fc16..b2569f8 100644 --- a/lutin/z_target/lutinTarget_Linux.py +++ b/lutin/z_target/lutinTarget_Linux.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/z_target/lutinTarget_MacOs.py b/lutin/z_target/lutinTarget_MacOs.py index 09979c6..eeb1589 100644 --- a/lutin/z_target/lutinTarget_MacOs.py +++ b/lutin/z_target/lutinTarget_MacOs.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/z_target/lutinTarget_Windows.py b/lutin/z_target/lutinTarget_Windows.py index 295b5c3..9fae861 100644 --- a/lutin/z_target/lutinTarget_Windows.py +++ b/lutin/z_target/lutinTarget_Windows.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## diff --git a/lutin/zip.py b/lutin/zip.py index 1f27759..7e24835 100644 --- a/lutin/zip.py +++ b/lutin/zip.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- ## ## @author Edouard DUPIN ## @@ -6,6 +7,7 @@ ## ## @license APACHE v2.0 (see license file) ## + import platform import os import zipfile diff --git a/setup.py b/setup.py index c0f5737..3147b15 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,13 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- +## +## @author Edouard DUPIN +## +## @copyright 2012, Edouard DUPIN, all right reserved +## +## @license APACHE v2.0 (see license file) +## + from setuptools import setup def readme():