summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
Diffstat (limited to 'external')
-rw-r--r--[-rwxr-xr-x]external/LINCENCE.six0
-rw-r--r--[-rwxr-xr-x]external/README.six0
-rw-r--r--[-rwxr-xr-x]external/construct/LICENSE0
-rw-r--r--[-rwxr-xr-x]external/construct/README.rst0
-rw-r--r--[-rwxr-xr-x]external/construct/__init__.py0
-rwxr-xr-xexternal/construct/__init__.pycbin5522 -> 0 bytes
-rw-r--r--[-rwxr-xr-x]external/construct/adapters.py0
-rwxr-xr-xexternal/construct/adapters.pycbin25730 -> 0 bytes
-rw-r--r--[-rwxr-xr-x]external/construct/core.py0
-rwxr-xr-xexternal/construct/core.pycbin61597 -> 0 bytes
-rw-r--r--[-rwxr-xr-x]external/construct/debug.py0
-rwxr-xr-xexternal/construct/debug.pycbin5537 -> 0 bytes
-rw-r--r--[-rwxr-xr-x]external/construct/formats/__init__.py0
-rw-r--r--[-rwxr-xr-x]external/construct/formats/data/__init__.py0
-rw-r--r--[-rwxr-xr-x]external/construct/formats/data/cap.py0
-rw-r--r--[-rwxr-xr-x]external/construct/formats/data/snoop.py0
-rw-r--r--[-rwxr-xr-x]external/construct/formats/executable/__init__.py0
-rw-r--r--[-rwxr-xr-x]external/construct/formats/executable/elf32.py0
-rw-r--r--[-rwxr-xr-x]external/construct/formats/executable/pe32.py0
-rw-r--r--[-rwxr-xr-x]external/construct/formats/filesystem/__init__.py0
-rw-r--r--[-rwxr-xr-x]external/construct/formats/filesystem/ext2.py0
-rw-r--r--[-rwxr-xr-x]external/construct/formats/filesystem/fat16.py0
-rw-r--r--[-rwxr-xr-x]external/construct/formats/filesystem/mbr.py0
-rw-r--r--[-rwxr-xr-x]external/construct/formats/graphics/__init__.py0
-rw-r--r--[-rwxr-xr-x]external/construct/formats/graphics/bmp.py0
-rw-r--r--[-rwxr-xr-x]external/construct/formats/graphics/emf.py0
-rw-r--r--[-rwxr-xr-x]external/construct/formats/graphics/gif.py0
-rw-r--r--[-rwxr-xr-x]external/construct/formats/graphics/png.py0
-rw-r--r--[-rwxr-xr-x]external/construct/formats/graphics/wmf.py0
-rw-r--r--[-rwxr-xr-x]external/construct/lib/__init__.py0
-rwxr-xr-xexternal/construct/lib/__init__.pycbin700 -> 0 bytes
-rw-r--r--[-rwxr-xr-x]external/construct/lib/binary.py0
-rwxr-xr-xexternal/construct/lib/binary.pycbin7551 -> 0 bytes
-rw-r--r--[-rwxr-xr-x]external/construct/lib/bitstream.py0
-rwxr-xr-xexternal/construct/lib/bitstream.pycbin4227 -> 0 bytes
-rw-r--r--[-rwxr-xr-x]external/construct/lib/container.py0
-rwxr-xr-xexternal/construct/lib/container.pycbin11401 -> 0 bytes
-rw-r--r--[-rwxr-xr-x]external/construct/lib/expr.py0
-rwxr-xr-xexternal/construct/lib/expr.pycbin12000 -> 0 bytes
-rw-r--r--[-rwxr-xr-x]external/construct/lib/hex.py0
-rwxr-xr-xexternal/construct/lib/hex.pycbin3081 -> 0 bytes
-rw-r--r--[-rwxr-xr-x]external/construct/lib/py3compat.py0
-rwxr-xr-xexternal/construct/lib/py3compat.pycbin3600 -> 0 bytes
-rw-r--r--[-rwxr-xr-x]external/construct/macros.py0
-rwxr-xr-xexternal/construct/macros.pycbin30964 -> 0 bytes
-rw-r--r--[-rwxr-xr-x]external/construct/protocols/__init__.py0
-rwxr-xr-xexternal/construct/protocols/__init__.pycbin324 -> 0 bytes
-rw-r--r--[-rwxr-xr-x]external/construct/protocols/application/__init__.py0
-rw-r--r--[-rwxr-xr-x]external/construct/protocols/application/dns.py0
-rw-r--r--[-rwxr-xr-x]external/construct/protocols/ipstack.py0
-rw-r--r--[-rwxr-xr-x]external/construct/protocols/layer2/__init__.py0
-rw-r--r--[-rwxr-xr-x]external/construct/protocols/layer2/arp.py0
-rw-r--r--[-rwxr-xr-x]external/construct/protocols/layer2/ethernet.py0
-rw-r--r--[-rwxr-xr-x]external/construct/protocols/layer2/mtp2.py0
-rw-r--r--[-rwxr-xr-x]external/construct/protocols/layer3/__init__.py0
-rwxr-xr-xexternal/construct/protocols/layer3/__init__.pycbin238 -> 0 bytes
-rw-r--r--[-rwxr-xr-x]external/construct/protocols/layer3/dhcpv4.py0
-rw-r--r--[-rwxr-xr-x]external/construct/protocols/layer3/dhcpv6.py0
-rw-r--r--[-rwxr-xr-x]external/construct/protocols/layer3/icmpv4.py0
-rw-r--r--[-rwxr-xr-x]external/construct/protocols/layer3/igmpv2.py0
-rw-r--r--[-rwxr-xr-x]external/construct/protocols/layer3/ipv4.py0
-rwxr-xr-xexternal/construct/protocols/layer3/ipv4.pycbin4605 -> 0 bytes
-rw-r--r--[-rwxr-xr-x]external/construct/protocols/layer3/ipv6.py0
-rw-r--r--[-rwxr-xr-x]external/construct/protocols/layer3/mtp3.py0
-rw-r--r--[-rwxr-xr-x]external/construct/protocols/layer4/__init__.py0
-rw-r--r--[-rwxr-xr-x]external/construct/protocols/layer4/isup.py0
-rw-r--r--[-rwxr-xr-x]external/construct/protocols/layer4/tcp.py0
-rw-r--r--[-rwxr-xr-x]external/construct/protocols/layer4/udp.py0
-rw-r--r--[-rwxr-xr-x]external/construct/version.py0
-rwxr-xr-xexternal/construct/version.pycbin293 -> 0 bytes
-rw-r--r--[-rwxr-xr-x]external/plyer/CHANGELOG.md0
-rw-r--r--[-rwxr-xr-x]external/plyer/LICENSE0
-rw-r--r--[-rwxr-xr-x]external/plyer/README.rst0
-rw-r--r--[-rwxr-xr-x]external/plyer/__init__.py0
-rwxr-xr-xexternal/plyer/__init__.pycbin1254 -> 0 bytes
-rw-r--r--[-rwxr-xr-x]external/plyer/compat.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/facades/__init__.py0
-rwxr-xr-xexternal/plyer/facades/__init__.pycbin1522 -> 0 bytes
-rw-r--r--[-rwxr-xr-x]external/plyer/facades/accelerometer.py0
-rwxr-xr-xexternal/plyer/facades/accelerometer.pycbin2335 -> 0 bytes
-rw-r--r--[-rwxr-xr-x]external/plyer/facades/audio.py0
-rwxr-xr-xexternal/plyer/facades/audio.pycbin3053 -> 0 bytes
-rw-r--r--[-rwxr-xr-x]external/plyer/facades/battery.py0
-rwxr-xr-xexternal/plyer/facades/battery.pycbin1404 -> 0 bytes
-rw-r--r--[-rwxr-xr-x]external/plyer/facades/camera.py0
-rwxr-xr-xexternal/plyer/facades/camera.pycbin2296 -> 0 bytes
-rw-r--r--[-rwxr-xr-x]external/plyer/facades/compass.py0
-rwxr-xr-xexternal/plyer/facades/compass.pycbin2215 -> 0 bytes
-rw-r--r--[-rwxr-xr-x]external/plyer/facades/email.py0
-rwxr-xr-xexternal/plyer/facades/email.pycbin1447 -> 0 bytes
-rw-r--r--[-rwxr-xr-x]external/plyer/facades/filechooser.py0
-rwxr-xr-xexternal/plyer/facades/filechooser.pycbin3367 -> 0 bytes
-rw-r--r--[-rwxr-xr-x]external/plyer/facades/gps.py0
-rwxr-xr-xexternal/plyer/facades/gps.pycbin3208 -> 0 bytes
-rw-r--r--[-rwxr-xr-x]external/plyer/facades/gyroscope.py0
-rwxr-xr-xexternal/plyer/facades/gyroscope.pycbin2226 -> 0 bytes
-rw-r--r--[-rwxr-xr-x]external/plyer/facades/irblaster.py0
-rwxr-xr-xexternal/plyer/facades/irblaster.pycbin3340 -> 0 bytes
-rw-r--r--[-rwxr-xr-x]external/plyer/facades/notification.py0
-rwxr-xr-xexternal/plyer/facades/notification.pycbin1581 -> 0 bytes
-rw-r--r--[-rwxr-xr-x]external/plyer/facades/orientation.py0
-rwxr-xr-xexternal/plyer/facades/orientation.pycbin2726 -> 0 bytes
-rw-r--r--[-rwxr-xr-x]external/plyer/facades/sms.py0
-rwxr-xr-xexternal/plyer/facades/sms.pycbin1051 -> 0 bytes
-rw-r--r--[-rwxr-xr-x]external/plyer/facades/tts.py0
-rwxr-xr-xexternal/plyer/facades/tts.pycbin1035 -> 0 bytes
-rw-r--r--[-rwxr-xr-x]external/plyer/facades/uniqueid.py0
-rwxr-xr-xexternal/plyer/facades/uniqueid.pycbin1498 -> 0 bytes
-rw-r--r--[-rwxr-xr-x]external/plyer/facades/vibrator.py0
-rwxr-xr-xexternal/plyer/facades/vibrator.pycbin3205 -> 0 bytes
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/__init__.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/android/__init__.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/android/accelerometer.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/android/audio.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/android/battery.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/android/camera.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/android/compass.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/android/email.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/android/gps.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/android/gyroscope.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/android/irblaster.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/android/notification.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/android/orientation.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/android/sms.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/android/tts.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/android/uniqueid.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/android/vibrator.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/ios/__init__.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/ios/accelerometer.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/ios/battery.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/ios/compass.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/ios/email.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/ios/gps.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/ios/gyroscope.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/ios/tts.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/ios/uniqueid.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/linux/__init__.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/linux/accelerometer.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/linux/battery.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/linux/email.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/linux/filechooser.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/linux/notification.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/linux/tts.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/linux/uniqueid.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/macosx/__init__.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/macosx/accelerometer.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/macosx/battery.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/macosx/email.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/macosx/filechooser.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/macosx/libs/__init__.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/macosx/libs/osx_motion_sensor.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/macosx/notification.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/macosx/tts.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/macosx/uniqueid.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/win/__init__.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/win/battery.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/win/email.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/win/filechooser.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/win/libs/__init__.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/win/libs/balloontip.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/win/libs/batterystatus.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/win/libs/win_api_defs.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/win/notification.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/win/tts.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/platforms/win/uniqueid.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/tools/pep8checker/pep8.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/tools/pep8checker/pep8base.html0
-rw-r--r--[-rwxr-xr-x]external/plyer/tools/pep8checker/pep8kivy.py0
-rw-r--r--[-rwxr-xr-x]external/plyer/tools/pep8checker/pre-commit.githook0
-rw-r--r--[-rwxr-xr-x]external/plyer/utils.py0
-rwxr-xr-xexternal/plyer/utils.pycbin5806 -> 0 bytes
-rw-r--r--[-rwxr-xr-x]external/pytmx/LICENSE0
-rw-r--r--[-rwxr-xr-x]external/pytmx/__init__.py0
-rw-r--r--[-rwxr-xr-x]external/pytmx/pytmx.py0
-rw-r--r--[-rwxr-xr-x]external/pytmx/readme.md0
-rw-r--r--[-rwxr-xr-x]external/pytmx/util_pygame.py0
-rw-r--r--[-rwxr-xr-x]external/pytmx/util_pyglet.py0
-rw-r--r--[-rwxr-xr-x]external/pytmx/util_pysdl2.py0
-rw-r--r--[-rwxr-xr-x]external/six.py0
-rwxr-xr-xexternal/six.pycbin32310 -> 0 bytes
180 files changed, 0 insertions, 0 deletions
diff --git a/external/LINCENCE.six b/external/LINCENCE.six
index e558f9d..e558f9d 100755..100644
--- a/external/LINCENCE.six
+++ b/external/LINCENCE.six
diff --git a/external/README.six b/external/README.six
index ee628a9..ee628a9 100755..100644
--- a/external/README.six
+++ b/external/README.six
diff --git a/external/construct/LICENSE b/external/construct/LICENSE
index a3c7898..a3c7898 100755..100644
--- a/external/construct/LICENSE
+++ b/external/construct/LICENSE
diff --git a/external/construct/README.rst b/external/construct/README.rst
index 207bd82..207bd82 100755..100644
--- a/external/construct/README.rst
+++ b/external/construct/README.rst
diff --git a/external/construct/__init__.py b/external/construct/__init__.py
index 024fe33..024fe33 100755..100644
--- a/external/construct/__init__.py
+++ b/external/construct/__init__.py
diff --git a/external/construct/__init__.pyc b/external/construct/__init__.pyc
deleted file mode 100755
index 2bdb820..0000000
--- a/external/construct/__init__.pyc
+++ /dev/null
Binary files differ
diff --git a/external/construct/adapters.py b/external/construct/adapters.py
index b6a85df..b6a85df 100755..100644
--- a/external/construct/adapters.py
+++ b/external/construct/adapters.py
diff --git a/external/construct/adapters.pyc b/external/construct/adapters.pyc
deleted file mode 100755
index b5a6c79..0000000
--- a/external/construct/adapters.pyc
+++ /dev/null
Binary files differ
diff --git a/external/construct/core.py b/external/construct/core.py
index e1800e0..e1800e0 100755..100644
--- a/external/construct/core.py
+++ b/external/construct/core.py
diff --git a/external/construct/core.pyc b/external/construct/core.pyc
deleted file mode 100755
index 7bc1225..0000000
--- a/external/construct/core.pyc
+++ /dev/null
Binary files differ
diff --git a/external/construct/debug.py b/external/construct/debug.py
index 3910cae..3910cae 100755..100644
--- a/external/construct/debug.py
+++ b/external/construct/debug.py
diff --git a/external/construct/debug.pyc b/external/construct/debug.pyc
deleted file mode 100755
index abecc69..0000000
--- a/external/construct/debug.pyc
+++ /dev/null
Binary files differ
diff --git a/external/construct/formats/__init__.py b/external/construct/formats/__init__.py
index e69de29..e69de29 100755..100644
--- a/external/construct/formats/__init__.py
+++ b/external/construct/formats/__init__.py
diff --git a/external/construct/formats/data/__init__.py b/external/construct/formats/data/__init__.py
index 50ce2de..50ce2de 100755..100644
--- a/external/construct/formats/data/__init__.py
+++ b/external/construct/formats/data/__init__.py
diff --git a/external/construct/formats/data/cap.py b/external/construct/formats/data/cap.py
index f95c5c1..f95c5c1 100755..100644
--- a/external/construct/formats/data/cap.py
+++ b/external/construct/formats/data/cap.py
diff --git a/external/construct/formats/data/snoop.py b/external/construct/formats/data/snoop.py
index a5fa799..a5fa799 100755..100644
--- a/external/construct/formats/data/snoop.py
+++ b/external/construct/formats/data/snoop.py
diff --git a/external/construct/formats/executable/__init__.py b/external/construct/formats/executable/__init__.py
index e69de29..e69de29 100755..100644
--- a/external/construct/formats/executable/__init__.py
+++ b/external/construct/formats/executable/__init__.py
diff --git a/external/construct/formats/executable/elf32.py b/external/construct/formats/executable/elf32.py
index 246ae32..246ae32 100755..100644
--- a/external/construct/formats/executable/elf32.py
+++ b/external/construct/formats/executable/elf32.py
diff --git a/external/construct/formats/executable/pe32.py b/external/construct/formats/executable/pe32.py
index 1463ec3..1463ec3 100755..100644
--- a/external/construct/formats/executable/pe32.py
+++ b/external/construct/formats/executable/pe32.py
diff --git a/external/construct/formats/filesystem/__init__.py b/external/construct/formats/filesystem/__init__.py
index 217ec83..217ec83 100755..100644
--- a/external/construct/formats/filesystem/__init__.py
+++ b/external/construct/formats/filesystem/__init__.py
diff --git a/external/construct/formats/filesystem/ext2.py b/external/construct/formats/filesystem/ext2.py
index 954049e..954049e 100755..100644
--- a/external/construct/formats/filesystem/ext2.py
+++ b/external/construct/formats/filesystem/ext2.py
diff --git a/external/construct/formats/filesystem/fat16.py b/external/construct/formats/filesystem/fat16.py
index 5d6caf1..5d6caf1 100755..100644
--- a/external/construct/formats/filesystem/fat16.py
+++ b/external/construct/formats/filesystem/fat16.py
diff --git a/external/construct/formats/filesystem/mbr.py b/external/construct/formats/filesystem/mbr.py
index 1fd5a62..1fd5a62 100755..100644
--- a/external/construct/formats/filesystem/mbr.py
+++ b/external/construct/formats/filesystem/mbr.py
diff --git a/external/construct/formats/graphics/__init__.py b/external/construct/formats/graphics/__init__.py
index 4abda02..4abda02 100755..100644
--- a/external/construct/formats/graphics/__init__.py
+++ b/external/construct/formats/graphics/__init__.py
diff --git a/external/construct/formats/graphics/bmp.py b/external/construct/formats/graphics/bmp.py
index abe1ad0..abe1ad0 100755..100644
--- a/external/construct/formats/graphics/bmp.py
+++ b/external/construct/formats/graphics/bmp.py
diff --git a/external/construct/formats/graphics/emf.py b/external/construct/formats/graphics/emf.py
index 4f00a03..4f00a03 100755..100644
--- a/external/construct/formats/graphics/emf.py
+++ b/external/construct/formats/graphics/emf.py
diff --git a/external/construct/formats/graphics/gif.py b/external/construct/formats/graphics/gif.py
index fa50150..fa50150 100755..100644
--- a/external/construct/formats/graphics/gif.py
+++ b/external/construct/formats/graphics/gif.py
diff --git a/external/construct/formats/graphics/png.py b/external/construct/formats/graphics/png.py
index 39edf3a..39edf3a 100755..100644
--- a/external/construct/formats/graphics/png.py
+++ b/external/construct/formats/graphics/png.py
diff --git a/external/construct/formats/graphics/wmf.py b/external/construct/formats/graphics/wmf.py
index 55e79dd..55e79dd 100755..100644
--- a/external/construct/formats/graphics/wmf.py
+++ b/external/construct/formats/graphics/wmf.py
diff --git a/external/construct/lib/__init__.py b/external/construct/lib/__init__.py
index 2d533e8..2d533e8 100755..100644
--- a/external/construct/lib/__init__.py
+++ b/external/construct/lib/__init__.py
diff --git a/external/construct/lib/__init__.pyc b/external/construct/lib/__init__.pyc
deleted file mode 100755
index 6eda7eb..0000000
--- a/external/construct/lib/__init__.pyc
+++ /dev/null
Binary files differ
diff --git a/external/construct/lib/binary.py b/external/construct/lib/binary.py
index c5ef9b3..c5ef9b3 100755..100644
--- a/external/construct/lib/binary.py
+++ b/external/construct/lib/binary.py
diff --git a/external/construct/lib/binary.pyc b/external/construct/lib/binary.pyc
deleted file mode 100755
index 1614005..0000000
--- a/external/construct/lib/binary.pyc
+++ /dev/null
Binary files differ
diff --git a/external/construct/lib/bitstream.py b/external/construct/lib/bitstream.py
index 3b51f66..3b51f66 100755..100644
--- a/external/construct/lib/bitstream.py
+++ b/external/construct/lib/bitstream.py
diff --git a/external/construct/lib/bitstream.pyc b/external/construct/lib/bitstream.pyc
deleted file mode 100755
index 8ea4399..0000000
--- a/external/construct/lib/bitstream.pyc
+++ /dev/null
Binary files differ
diff --git a/external/construct/lib/container.py b/external/construct/lib/container.py
index f04d037..f04d037 100755..100644
--- a/external/construct/lib/container.py
+++ b/external/construct/lib/container.py
diff --git a/external/construct/lib/container.pyc b/external/construct/lib/container.pyc
deleted file mode 100755
index 690afbb..0000000
--- a/external/construct/lib/container.pyc
+++ /dev/null
Binary files differ
diff --git a/external/construct/lib/expr.py b/external/construct/lib/expr.py
index 783c947..783c947 100755..100644
--- a/external/construct/lib/expr.py
+++ b/external/construct/lib/expr.py
diff --git a/external/construct/lib/expr.pyc b/external/construct/lib/expr.pyc
deleted file mode 100755
index 14e1ca2..0000000
--- a/external/construct/lib/expr.pyc
+++ /dev/null
Binary files differ
diff --git a/external/construct/lib/hex.py b/external/construct/lib/hex.py
index 62fd3c7..62fd3c7 100755..100644
--- a/external/construct/lib/hex.py
+++ b/external/construct/lib/hex.py
diff --git a/external/construct/lib/hex.pyc b/external/construct/lib/hex.pyc
deleted file mode 100755
index bc766fa..0000000
--- a/external/construct/lib/hex.pyc
+++ /dev/null
Binary files differ
diff --git a/external/construct/lib/py3compat.py b/external/construct/lib/py3compat.py
index 4a52c29..4a52c29 100755..100644
--- a/external/construct/lib/py3compat.py
+++ b/external/construct/lib/py3compat.py
diff --git a/external/construct/lib/py3compat.pyc b/external/construct/lib/py3compat.pyc
deleted file mode 100755
index 4f06b7b..0000000
--- a/external/construct/lib/py3compat.pyc
+++ /dev/null
Binary files differ
diff --git a/external/construct/macros.py b/external/construct/macros.py
index bbcbd33..bbcbd33 100755..100644
--- a/external/construct/macros.py
+++ b/external/construct/macros.py
diff --git a/external/construct/macros.pyc b/external/construct/macros.pyc
deleted file mode 100755
index c197a3f..0000000
--- a/external/construct/macros.pyc
+++ /dev/null
Binary files differ
diff --git a/external/construct/protocols/__init__.py b/external/construct/protocols/__init__.py
index 0ec215e..0ec215e 100755..100644
--- a/external/construct/protocols/__init__.py
+++ b/external/construct/protocols/__init__.py
diff --git a/external/construct/protocols/__init__.pyc b/external/construct/protocols/__init__.pyc
deleted file mode 100755
index 9048b27..0000000
--- a/external/construct/protocols/__init__.pyc
+++ /dev/null
Binary files differ
diff --git a/external/construct/protocols/application/__init__.py b/external/construct/protocols/application/__init__.py
index 7ea61f7..7ea61f7 100755..100644
--- a/external/construct/protocols/application/__init__.py
+++ b/external/construct/protocols/application/__init__.py
diff --git a/external/construct/protocols/application/dns.py b/external/construct/protocols/application/dns.py
index 8a586ce..8a586ce 100755..100644
--- a/external/construct/protocols/application/dns.py
+++ b/external/construct/protocols/application/dns.py
diff --git a/external/construct/protocols/ipstack.py b/external/construct/protocols/ipstack.py
index 7c82fb6..7c82fb6 100755..100644
--- a/external/construct/protocols/ipstack.py
+++ b/external/construct/protocols/ipstack.py
diff --git a/external/construct/protocols/layer2/__init__.py b/external/construct/protocols/layer2/__init__.py
index bdcdb4a..bdcdb4a 100755..100644
--- a/external/construct/protocols/layer2/__init__.py
+++ b/external/construct/protocols/layer2/__init__.py
diff --git a/external/construct/protocols/layer2/arp.py b/external/construct/protocols/layer2/arp.py
index 3e86b53..3e86b53 100755..100644
--- a/external/construct/protocols/layer2/arp.py
+++ b/external/construct/protocols/layer2/arp.py
diff --git a/external/construct/protocols/layer2/ethernet.py b/external/construct/protocols/layer2/ethernet.py
index d8d4bdd..d8d4bdd 100755..100644
--- a/external/construct/protocols/layer2/ethernet.py
+++ b/external/construct/protocols/layer2/ethernet.py
diff --git a/external/construct/protocols/layer2/mtp2.py b/external/construct/protocols/layer2/mtp2.py
index 1cbe3a0..1cbe3a0 100755..100644
--- a/external/construct/protocols/layer2/mtp2.py
+++ b/external/construct/protocols/layer2/mtp2.py
diff --git a/external/construct/protocols/layer3/__init__.py b/external/construct/protocols/layer3/__init__.py
index 4477713..4477713 100755..100644
--- a/external/construct/protocols/layer3/__init__.py
+++ b/external/construct/protocols/layer3/__init__.py
diff --git a/external/construct/protocols/layer3/__init__.pyc b/external/construct/protocols/layer3/__init__.pyc
deleted file mode 100755
index 5275b6e..0000000
--- a/external/construct/protocols/layer3/__init__.pyc
+++ /dev/null
Binary files differ
diff --git a/external/construct/protocols/layer3/dhcpv4.py b/external/construct/protocols/layer3/dhcpv4.py
index f39bc97..f39bc97 100755..100644
--- a/external/construct/protocols/layer3/dhcpv4.py
+++ b/external/construct/protocols/layer3/dhcpv4.py
diff --git a/external/construct/protocols/layer3/dhcpv6.py b/external/construct/protocols/layer3/dhcpv6.py
index ed4f573..ed4f573 100755..100644
--- a/external/construct/protocols/layer3/dhcpv6.py
+++ b/external/construct/protocols/layer3/dhcpv6.py
diff --git a/external/construct/protocols/layer3/icmpv4.py b/external/construct/protocols/layer3/icmpv4.py
index 2c0715e..2c0715e 100755..100644
--- a/external/construct/protocols/layer3/icmpv4.py
+++ b/external/construct/protocols/layer3/icmpv4.py
diff --git a/external/construct/protocols/layer3/igmpv2.py b/external/construct/protocols/layer3/igmpv2.py
index 41797eb..41797eb 100755..100644
--- a/external/construct/protocols/layer3/igmpv2.py
+++ b/external/construct/protocols/layer3/igmpv2.py
diff --git a/external/construct/protocols/layer3/ipv4.py b/external/construct/protocols/layer3/ipv4.py
index 82dfaa9..82dfaa9 100755..100644
--- a/external/construct/protocols/layer3/ipv4.py
+++ b/external/construct/protocols/layer3/ipv4.py
diff --git a/external/construct/protocols/layer3/ipv4.pyc b/external/construct/protocols/layer3/ipv4.pyc
deleted file mode 100755
index cc4fbbf..0000000
--- a/external/construct/protocols/layer3/ipv4.pyc
+++ /dev/null
Binary files differ
diff --git a/external/construct/protocols/layer3/ipv6.py b/external/construct/protocols/layer3/ipv6.py
index 18a0955..18a0955 100755..100644
--- a/external/construct/protocols/layer3/ipv6.py
+++ b/external/construct/protocols/layer3/ipv6.py
diff --git a/external/construct/protocols/layer3/mtp3.py b/external/construct/protocols/layer3/mtp3.py
index 7f712f2..7f712f2 100755..100644
--- a/external/construct/protocols/layer3/mtp3.py
+++ b/external/construct/protocols/layer3/mtp3.py
diff --git a/external/construct/protocols/layer4/__init__.py b/external/construct/protocols/layer4/__init__.py
index 38693c6..38693c6 100755..100644
--- a/external/construct/protocols/layer4/__init__.py
+++ b/external/construct/protocols/layer4/__init__.py
diff --git a/external/construct/protocols/layer4/isup.py b/external/construct/protocols/layer4/isup.py
index 8111b60..8111b60 100755..100644
--- a/external/construct/protocols/layer4/isup.py
+++ b/external/construct/protocols/layer4/isup.py
diff --git a/external/construct/protocols/layer4/tcp.py b/external/construct/protocols/layer4/tcp.py
index 44f1bd7..44f1bd7 100755..100644
--- a/external/construct/protocols/layer4/tcp.py
+++ b/external/construct/protocols/layer4/tcp.py
diff --git a/external/construct/protocols/layer4/udp.py b/external/construct/protocols/layer4/udp.py
index 42a951e..42a951e 100755..100644
--- a/external/construct/protocols/layer4/udp.py
+++ b/external/construct/protocols/layer4/udp.py
diff --git a/external/construct/version.py b/external/construct/version.py
index df1db1f..df1db1f 100755..100644
--- a/external/construct/version.py
+++ b/external/construct/version.py
diff --git a/external/construct/version.pyc b/external/construct/version.pyc
deleted file mode 100755
index dfda228..0000000
--- a/external/construct/version.pyc
+++ /dev/null
Binary files differ
diff --git a/external/plyer/CHANGELOG.md b/external/plyer/CHANGELOG.md
index 20f5bcf..20f5bcf 100755..100644
--- a/external/plyer/CHANGELOG.md
+++ b/external/plyer/CHANGELOG.md
diff --git a/external/plyer/LICENSE b/external/plyer/LICENSE
index b336a3a..b336a3a 100755..100644
--- a/external/plyer/LICENSE
+++ b/external/plyer/LICENSE
diff --git a/external/plyer/README.rst b/external/plyer/README.rst
index 56860db..56860db 100755..100644
--- a/external/plyer/README.rst
+++ b/external/plyer/README.rst
diff --git a/external/plyer/__init__.py b/external/plyer/__init__.py
index f8e35e5..f8e35e5 100755..100644
--- a/external/plyer/__init__.py
+++ b/external/plyer/__init__.py
diff --git a/external/plyer/__init__.pyc b/external/plyer/__init__.pyc
deleted file mode 100755
index d78a630..0000000
--- a/external/plyer/__init__.pyc
+++ /dev/null
Binary files differ
diff --git a/external/plyer/compat.py b/external/plyer/compat.py
index fee64da..fee64da 100755..100644
--- a/external/plyer/compat.py
+++ b/external/plyer/compat.py
diff --git a/external/plyer/facades/__init__.py b/external/plyer/facades/__init__.py
index e5560c0..e5560c0 100755..100644
--- a/external/plyer/facades/__init__.py
+++ b/external/plyer/facades/__init__.py
diff --git a/external/plyer/facades/__init__.pyc b/external/plyer/facades/__init__.pyc
deleted file mode 100755
index 8058b7a..0000000
--- a/external/plyer/facades/__init__.pyc
+++ /dev/null
Binary files differ
diff --git a/external/plyer/facades/accelerometer.py b/external/plyer/facades/accelerometer.py
index e8146bf..e8146bf 100755..100644
--- a/external/plyer/facades/accelerometer.py
+++ b/external/plyer/facades/accelerometer.py
diff --git a/external/plyer/facades/accelerometer.pyc b/external/plyer/facades/accelerometer.pyc
deleted file mode 100755
index c646a98..0000000
--- a/external/plyer/facades/accelerometer.pyc
+++ /dev/null
Binary files differ
diff --git a/external/plyer/facades/audio.py b/external/plyer/facades/audio.py
index 5678841..5678841 100755..100644
--- a/external/plyer/facades/audio.py
+++ b/external/plyer/facades/audio.py
diff --git a/external/plyer/facades/audio.pyc b/external/plyer/facades/audio.pyc
deleted file mode 100755
index 9b79fcf..0000000
--- a/external/plyer/facades/audio.pyc
+++ /dev/null
Binary files differ
diff --git a/external/plyer/facades/battery.py b/external/plyer/facades/battery.py
index 7cd48c7..7cd48c7 100755..100644
--- a/external/plyer/facades/battery.py
+++ b/external/plyer/facades/battery.py
diff --git a/external/plyer/facades/battery.pyc b/external/plyer/facades/battery.pyc
deleted file mode 100755
index 07f25d7..0000000
--- a/external/plyer/facades/battery.pyc
+++ /dev/null
Binary files differ
diff --git a/external/plyer/facades/camera.py b/external/plyer/facades/camera.py
index 5300ede..5300ede 100755..100644
--- a/external/plyer/facades/camera.py
+++ b/external/plyer/facades/camera.py
diff --git a/external/plyer/facades/camera.pyc b/external/plyer/facades/camera.pyc
deleted file mode 100755
index 5146deb..0000000
--- a/external/plyer/facades/camera.pyc
+++ /dev/null
Binary files differ
diff --git a/external/plyer/facades/compass.py b/external/plyer/facades/compass.py
index aed4bbf..aed4bbf 100755..100644
--- a/external/plyer/facades/compass.py
+++ b/external/plyer/facades/compass.py
diff --git a/external/plyer/facades/compass.pyc b/external/plyer/facades/compass.pyc
deleted file mode 100755
index af2e244..0000000
--- a/external/plyer/facades/compass.pyc
+++ /dev/null
Binary files differ
diff --git a/external/plyer/facades/email.py b/external/plyer/facades/email.py
index 6056a16..6056a16 100755..100644
--- a/external/plyer/facades/email.py
+++ b/external/plyer/facades/email.py
diff --git a/external/plyer/facades/email.pyc b/external/plyer/facades/email.pyc
deleted file mode 100755
index b1ee2bf..0000000
--- a/external/plyer/facades/email.pyc
+++ /dev/null
Binary files differ
diff --git a/external/plyer/facades/filechooser.py b/external/plyer/facades/filechooser.py
index 040e9bb..040e9bb 100755..100644
--- a/external/plyer/facades/filechooser.py
+++ b/external/plyer/facades/filechooser.py
diff --git a/external/plyer/facades/filechooser.pyc b/external/plyer/facades/filechooser.pyc
deleted file mode 100755
index 70c0f61..0000000
--- a/external/plyer/facades/filechooser.pyc
+++ /dev/null
Binary files differ
diff --git a/external/plyer/facades/gps.py b/external/plyer/facades/gps.py
index 09f7e4b..09f7e4b 100755..100644
--- a/external/plyer/facades/gps.py
+++ b/external/plyer/facades/gps.py
diff --git a/external/plyer/facades/gps.pyc b/external/plyer/facades/gps.pyc
deleted file mode 100755
index 175cf9e..0000000
--- a/external/plyer/facades/gps.pyc
+++ /dev/null
Binary files differ
diff --git a/external/plyer/facades/gyroscope.py b/external/plyer/facades/gyroscope.py
index 31ec1ae..31ec1ae 100755..100644
--- a/external/plyer/facades/gyroscope.py
+++ b/external/plyer/facades/gyroscope.py
diff --git a/external/plyer/facades/gyroscope.pyc b/external/plyer/facades/gyroscope.pyc
deleted file mode 100755
index c6989c6..0000000
--- a/external/plyer/facades/gyroscope.pyc
+++ /dev/null
Binary files differ
diff --git a/external/plyer/facades/irblaster.py b/external/plyer/facades/irblaster.py
index 0e15a07..0e15a07 100755..100644
--- a/external/plyer/facades/irblaster.py
+++ b/external/plyer/facades/irblaster.py
diff --git a/external/plyer/facades/irblaster.pyc b/external/plyer/facades/irblaster.pyc
deleted file mode 100755
index 74c9d71..0000000
--- a/external/plyer/facades/irblaster.pyc
+++ /dev/null
Binary files differ
diff --git a/external/plyer/facades/notification.py b/external/plyer/facades/notification.py
index 3a477e9..3a477e9 100755..100644
--- a/external/plyer/facades/notification.py
+++ b/external/plyer/facades/notification.py
diff --git a/external/plyer/facades/notification.pyc b/external/plyer/facades/notification.pyc
deleted file mode 100755
index 8a31ae3..0000000
--- a/external/plyer/facades/notification.pyc
+++ /dev/null
Binary files differ
diff --git a/external/plyer/facades/orientation.py b/external/plyer/facades/orientation.py
index e58e723..e58e723 100755..100644
--- a/external/plyer/facades/orientation.py
+++ b/external/plyer/facades/orientation.py
diff --git a/external/plyer/facades/orientation.pyc b/external/plyer/facades/orientation.pyc
deleted file mode 100755
index 23deae8..0000000
--- a/external/plyer/facades/orientation.pyc
+++ /dev/null
Binary files differ
diff --git a/external/plyer/facades/sms.py b/external/plyer/facades/sms.py
index ce4f299..ce4f299 100755..100644
--- a/external/plyer/facades/sms.py
+++ b/external/plyer/facades/sms.py
diff --git a/external/plyer/facades/sms.pyc b/external/plyer/facades/sms.pyc
deleted file mode 100755
index 7294345..0000000
--- a/external/plyer/facades/sms.pyc
+++ /dev/null
Binary files differ
diff --git a/external/plyer/facades/tts.py b/external/plyer/facades/tts.py
index 91c1a76..91c1a76 100755..100644
--- a/external/plyer/facades/tts.py
+++ b/external/plyer/facades/tts.py
diff --git a/external/plyer/facades/tts.pyc b/external/plyer/facades/tts.pyc
deleted file mode 100755
index d5d395f..0000000
--- a/external/plyer/facades/tts.pyc
+++ /dev/null
Binary files differ
diff --git a/external/plyer/facades/uniqueid.py b/external/plyer/facades/uniqueid.py
index d916f01..d916f01 100755..100644
--- a/external/plyer/facades/uniqueid.py
+++ b/external/plyer/facades/uniqueid.py
diff --git a/external/plyer/facades/uniqueid.pyc b/external/plyer/facades/uniqueid.pyc
deleted file mode 100755
index 2d4c2ff..0000000
--- a/external/plyer/facades/uniqueid.pyc
+++ /dev/null
Binary files differ
diff --git a/external/plyer/facades/vibrator.py b/external/plyer/facades/vibrator.py
index 94fe9aa..94fe9aa 100755..100644
--- a/external/plyer/facades/vibrator.py
+++ b/external/plyer/facades/vibrator.py
diff --git a/external/plyer/facades/vibrator.pyc b/external/plyer/facades/vibrator.pyc
deleted file mode 100755
index cec7d7f..0000000
--- a/external/plyer/facades/vibrator.pyc
+++ /dev/null
Binary files differ
diff --git a/external/plyer/platforms/__init__.py b/external/plyer/platforms/__init__.py
index e69de29..e69de29 100755..100644
--- a/external/plyer/platforms/__init__.py
+++ b/external/plyer/platforms/__init__.py
diff --git a/external/plyer/platforms/android/__init__.py b/external/plyer/platforms/android/__init__.py
index 6b565a3..6b565a3 100755..100644
--- a/external/plyer/platforms/android/__init__.py
+++ b/external/plyer/platforms/android/__init__.py
diff --git a/external/plyer/platforms/android/accelerometer.py b/external/plyer/platforms/android/accelerometer.py
index af07c52..af07c52 100755..100644
--- a/external/plyer/platforms/android/accelerometer.py
+++ b/external/plyer/platforms/android/accelerometer.py
diff --git a/external/plyer/platforms/android/audio.py b/external/plyer/platforms/android/audio.py
index 2115f19..2115f19 100755..100644
--- a/external/plyer/platforms/android/audio.py
+++ b/external/plyer/platforms/android/audio.py
diff --git a/external/plyer/platforms/android/battery.py b/external/plyer/platforms/android/battery.py
index 2ade1d2..2ade1d2 100755..100644
--- a/external/plyer/platforms/android/battery.py
+++ b/external/plyer/platforms/android/battery.py
diff --git a/external/plyer/platforms/android/camera.py b/external/plyer/platforms/android/camera.py
index 344296d..344296d 100755..100644
--- a/external/plyer/platforms/android/camera.py
+++ b/external/plyer/platforms/android/camera.py
diff --git a/external/plyer/platforms/android/compass.py b/external/plyer/platforms/android/compass.py
index 7fb19d6..7fb19d6 100755..100644
--- a/external/plyer/platforms/android/compass.py
+++ b/external/plyer/platforms/android/compass.py
diff --git a/external/plyer/platforms/android/email.py b/external/plyer/platforms/android/email.py
index 79923e4..79923e4 100755..100644
--- a/external/plyer/platforms/android/email.py
+++ b/external/plyer/platforms/android/email.py
diff --git a/external/plyer/platforms/android/gps.py b/external/plyer/platforms/android/gps.py
index fbe580f..fbe580f 100755..100644
--- a/external/plyer/platforms/android/gps.py
+++ b/external/plyer/platforms/android/gps.py
diff --git a/external/plyer/platforms/android/gyroscope.py b/external/plyer/platforms/android/gyroscope.py
index 58747d7..58747d7 100755..100644
--- a/external/plyer/platforms/android/gyroscope.py
+++ b/external/plyer/platforms/android/gyroscope.py
diff --git a/external/plyer/platforms/android/irblaster.py b/external/plyer/platforms/android/irblaster.py
index 6c44717..6c44717 100755..100644
--- a/external/plyer/platforms/android/irblaster.py
+++ b/external/plyer/platforms/android/irblaster.py
diff --git a/external/plyer/platforms/android/notification.py b/external/plyer/platforms/android/notification.py
index bfc3a25..bfc3a25 100755..100644
--- a/external/plyer/platforms/android/notification.py
+++ b/external/plyer/platforms/android/notification.py
diff --git a/external/plyer/platforms/android/orientation.py b/external/plyer/platforms/android/orientation.py
index e98e34d..e98e34d 100755..100644
--- a/external/plyer/platforms/android/orientation.py
+++ b/external/plyer/platforms/android/orientation.py
diff --git a/external/plyer/platforms/android/sms.py b/external/plyer/platforms/android/sms.py
index 8650968..8650968 100755..100644
--- a/external/plyer/platforms/android/sms.py
+++ b/external/plyer/platforms/android/sms.py
diff --git a/external/plyer/platforms/android/tts.py b/external/plyer/platforms/android/tts.py
index eae2974..eae2974 100755..100644
--- a/external/plyer/platforms/android/tts.py
+++ b/external/plyer/platforms/android/tts.py
diff --git a/external/plyer/platforms/android/uniqueid.py b/external/plyer/platforms/android/uniqueid.py
index b8561de..b8561de 100755..100644
--- a/external/plyer/platforms/android/uniqueid.py
+++ b/external/plyer/platforms/android/uniqueid.py
diff --git a/external/plyer/platforms/android/vibrator.py b/external/plyer/platforms/android/vibrator.py
index c28fe8e..c28fe8e 100755..100644
--- a/external/plyer/platforms/android/vibrator.py
+++ b/external/plyer/platforms/android/vibrator.py
diff --git a/external/plyer/platforms/ios/__init__.py b/external/plyer/platforms/ios/__init__.py
index e69de29..e69de29 100755..100644
--- a/external/plyer/platforms/ios/__init__.py
+++ b/external/plyer/platforms/ios/__init__.py
diff --git a/external/plyer/platforms/ios/accelerometer.py b/external/plyer/platforms/ios/accelerometer.py
index bf1ef02..bf1ef02 100755..100644
--- a/external/plyer/platforms/ios/accelerometer.py
+++ b/external/plyer/platforms/ios/accelerometer.py
diff --git a/external/plyer/platforms/ios/battery.py b/external/plyer/platforms/ios/battery.py
index 55aa2c6..55aa2c6 100755..100644
--- a/external/plyer/platforms/ios/battery.py
+++ b/external/plyer/platforms/ios/battery.py
diff --git a/external/plyer/platforms/ios/compass.py b/external/plyer/platforms/ios/compass.py
index 6e5c935..6e5c935 100755..100644
--- a/external/plyer/platforms/ios/compass.py
+++ b/external/plyer/platforms/ios/compass.py
diff --git a/external/plyer/platforms/ios/email.py b/external/plyer/platforms/ios/email.py
index 7e55e4e..7e55e4e 100755..100644
--- a/external/plyer/platforms/ios/email.py
+++ b/external/plyer/platforms/ios/email.py
diff --git a/external/plyer/platforms/ios/gps.py b/external/plyer/platforms/ios/gps.py
index 4d6d665..4d6d665 100755..100644
--- a/external/plyer/platforms/ios/gps.py
+++ b/external/plyer/platforms/ios/gps.py
diff --git a/external/plyer/platforms/ios/gyroscope.py b/external/plyer/platforms/ios/gyroscope.py
index e8b93cf..e8b93cf 100755..100644
--- a/external/plyer/platforms/ios/gyroscope.py
+++ b/external/plyer/platforms/ios/gyroscope.py
diff --git a/external/plyer/platforms/ios/tts.py b/external/plyer/platforms/ios/tts.py
index a711483..a711483 100755..100644
--- a/external/plyer/platforms/ios/tts.py
+++ b/external/plyer/platforms/ios/tts.py
diff --git a/external/plyer/platforms/ios/uniqueid.py b/external/plyer/platforms/ios/uniqueid.py
index 1587f4b..1587f4b 100755..100644
--- a/external/plyer/platforms/ios/uniqueid.py
+++ b/external/plyer/platforms/ios/uniqueid.py
diff --git a/external/plyer/platforms/linux/__init__.py b/external/plyer/platforms/linux/__init__.py
index e69de29..e69de29 100755..100644
--- a/external/plyer/platforms/linux/__init__.py
+++ b/external/plyer/platforms/linux/__init__.py
diff --git a/external/plyer/platforms/linux/accelerometer.py b/external/plyer/platforms/linux/accelerometer.py
index 7272c33..7272c33 100755..100644
--- a/external/plyer/platforms/linux/accelerometer.py
+++ b/external/plyer/platforms/linux/accelerometer.py
diff --git a/external/plyer/platforms/linux/battery.py b/external/plyer/platforms/linux/battery.py
index 0cdb763..0cdb763 100755..100644
--- a/external/plyer/platforms/linux/battery.py
+++ b/external/plyer/platforms/linux/battery.py
diff --git a/external/plyer/platforms/linux/email.py b/external/plyer/platforms/linux/email.py
index ceb5497..ceb5497 100755..100644
--- a/external/plyer/platforms/linux/email.py
+++ b/external/plyer/platforms/linux/email.py
diff --git a/external/plyer/platforms/linux/filechooser.py b/external/plyer/platforms/linux/filechooser.py
index 545487b..545487b 100755..100644
--- a/external/plyer/platforms/linux/filechooser.py
+++ b/external/plyer/platforms/linux/filechooser.py
diff --git a/external/plyer/platforms/linux/notification.py b/external/plyer/platforms/linux/notification.py
index d78f130..d78f130 100755..100644
--- a/external/plyer/platforms/linux/notification.py
+++ b/external/plyer/platforms/linux/notification.py
diff --git a/external/plyer/platforms/linux/tts.py b/external/plyer/platforms/linux/tts.py
index 0a609e1..0a609e1 100755..100644
--- a/external/plyer/platforms/linux/tts.py
+++ b/external/plyer/platforms/linux/tts.py
diff --git a/external/plyer/platforms/linux/uniqueid.py b/external/plyer/platforms/linux/uniqueid.py
index f7fff89..f7fff89 100755..100644
--- a/external/plyer/platforms/linux/uniqueid.py
+++ b/external/plyer/platforms/linux/uniqueid.py
diff --git a/external/plyer/platforms/macosx/__init__.py b/external/plyer/platforms/macosx/__init__.py
index e69de29..e69de29 100755..100644
--- a/external/plyer/platforms/macosx/__init__.py
+++ b/external/plyer/platforms/macosx/__init__.py
diff --git a/external/plyer/platforms/macosx/accelerometer.py b/external/plyer/platforms/macosx/accelerometer.py
index ec1fe77..ec1fe77 100755..100644
--- a/external/plyer/platforms/macosx/accelerometer.py
+++ b/external/plyer/platforms/macosx/accelerometer.py
diff --git a/external/plyer/platforms/macosx/battery.py b/external/plyer/platforms/macosx/battery.py
index fe1c525..fe1c525 100755..100644
--- a/external/plyer/platforms/macosx/battery.py
+++ b/external/plyer/platforms/macosx/battery.py
diff --git a/external/plyer/platforms/macosx/email.py b/external/plyer/platforms/macosx/email.py
index 8e29fa9..8e29fa9 100755..100644
--- a/external/plyer/platforms/macosx/email.py
+++ b/external/plyer/platforms/macosx/email.py
diff --git a/external/plyer/platforms/macosx/filechooser.py b/external/plyer/platforms/macosx/filechooser.py
index 5774cc4..5774cc4 100755..100644
--- a/external/plyer/platforms/macosx/filechooser.py
+++ b/external/plyer/platforms/macosx/filechooser.py
diff --git a/external/plyer/platforms/macosx/libs/__init__.py b/external/plyer/platforms/macosx/libs/__init__.py
index e69de29..e69de29 100755..100644
--- a/external/plyer/platforms/macosx/libs/__init__.py
+++ b/external/plyer/platforms/macosx/libs/__init__.py
diff --git a/external/plyer/platforms/macosx/libs/osx_motion_sensor.py b/external/plyer/platforms/macosx/libs/osx_motion_sensor.py
index cd4fae4..cd4fae4 100755..100644
--- a/external/plyer/platforms/macosx/libs/osx_motion_sensor.py
+++ b/external/plyer/platforms/macosx/libs/osx_motion_sensor.py
diff --git a/external/plyer/platforms/macosx/notification.py b/external/plyer/platforms/macosx/notification.py
index a52ebe3..a52ebe3 100755..100644
--- a/external/plyer/platforms/macosx/notification.py
+++ b/external/plyer/platforms/macosx/notification.py
diff --git a/external/plyer/platforms/macosx/tts.py b/external/plyer/platforms/macosx/tts.py
index 755e820..755e820 100755..100644
--- a/external/plyer/platforms/macosx/tts.py
+++ b/external/plyer/platforms/macosx/tts.py
diff --git a/external/plyer/platforms/macosx/uniqueid.py b/external/plyer/platforms/macosx/uniqueid.py
index 51ba169..51ba169 100755..100644
--- a/external/plyer/platforms/macosx/uniqueid.py
+++ b/external/plyer/platforms/macosx/uniqueid.py
diff --git a/external/plyer/platforms/win/__init__.py b/external/plyer/platforms/win/__init__.py
index e69de29..e69de29 100755..100644
--- a/external/plyer/platforms/win/__init__.py
+++ b/external/plyer/platforms/win/__init__.py
diff --git a/external/plyer/platforms/win/battery.py b/external/plyer/platforms/win/battery.py
index 04006f8..04006f8 100755..100644
--- a/external/plyer/platforms/win/battery.py
+++ b/external/plyer/platforms/win/battery.py
diff --git a/external/plyer/platforms/win/email.py b/external/plyer/platforms/win/email.py
index e33f5cf..e33f5cf 100755..100644
--- a/external/plyer/platforms/win/email.py
+++ b/external/plyer/platforms/win/email.py
diff --git a/external/plyer/platforms/win/filechooser.py b/external/plyer/platforms/win/filechooser.py
index 4d284dc..4d284dc 100755..100644
--- a/external/plyer/platforms/win/filechooser.py
+++ b/external/plyer/platforms/win/filechooser.py
diff --git a/external/plyer/platforms/win/libs/__init__.py b/external/plyer/platforms/win/libs/__init__.py
index e69de29..e69de29 100755..100644
--- a/external/plyer/platforms/win/libs/__init__.py
+++ b/external/plyer/platforms/win/libs/__init__.py
diff --git a/external/plyer/platforms/win/libs/balloontip.py b/external/plyer/platforms/win/libs/balloontip.py
index 171b25f..171b25f 100755..100644
--- a/external/plyer/platforms/win/libs/balloontip.py
+++ b/external/plyer/platforms/win/libs/balloontip.py
diff --git a/external/plyer/platforms/win/libs/batterystatus.py b/external/plyer/platforms/win/libs/batterystatus.py
index ddb22cc..ddb22cc 100755..100644
--- a/external/plyer/platforms/win/libs/batterystatus.py
+++ b/external/plyer/platforms/win/libs/batterystatus.py
diff --git a/external/plyer/platforms/win/libs/win_api_defs.py b/external/plyer/platforms/win/libs/win_api_defs.py
index 7aed430..7aed430 100755..100644
--- a/external/plyer/platforms/win/libs/win_api_defs.py
+++ b/external/plyer/platforms/win/libs/win_api_defs.py
diff --git a/external/plyer/platforms/win/notification.py b/external/plyer/platforms/win/notification.py
index ea46e08..ea46e08 100755..100644
--- a/external/plyer/platforms/win/notification.py
+++ b/external/plyer/platforms/win/notification.py
diff --git a/external/plyer/platforms/win/tts.py b/external/plyer/platforms/win/tts.py
index e2539c3..e2539c3 100755..100644
--- a/external/plyer/platforms/win/tts.py
+++ b/external/plyer/platforms/win/tts.py
diff --git a/external/plyer/platforms/win/uniqueid.py b/external/plyer/platforms/win/uniqueid.py
index bfcf996..bfcf996 100755..100644
--- a/external/plyer/platforms/win/uniqueid.py
+++ b/external/plyer/platforms/win/uniqueid.py
diff --git a/external/plyer/tools/pep8checker/pep8.py b/external/plyer/tools/pep8checker/pep8.py
index 63a78e2..63a78e2 100755..100644
--- a/external/plyer/tools/pep8checker/pep8.py
+++ b/external/plyer/tools/pep8checker/pep8.py
diff --git a/external/plyer/tools/pep8checker/pep8base.html b/external/plyer/tools/pep8checker/pep8base.html
index e69ca6f..e69ca6f 100755..100644
--- a/external/plyer/tools/pep8checker/pep8base.html
+++ b/external/plyer/tools/pep8checker/pep8base.html
diff --git a/external/plyer/tools/pep8checker/pep8kivy.py b/external/plyer/tools/pep8checker/pep8kivy.py
index 245928e..245928e 100755..100644
--- a/external/plyer/tools/pep8checker/pep8kivy.py
+++ b/external/plyer/tools/pep8checker/pep8kivy.py
diff --git a/external/plyer/tools/pep8checker/pre-commit.githook b/external/plyer/tools/pep8checker/pre-commit.githook
index 23d119c..23d119c 100755..100644
--- a/external/plyer/tools/pep8checker/pre-commit.githook
+++ b/external/plyer/tools/pep8checker/pre-commit.githook
diff --git a/external/plyer/utils.py b/external/plyer/utils.py
index 347c8d5..347c8d5 100755..100644
--- a/external/plyer/utils.py
+++ b/external/plyer/utils.py
diff --git a/external/plyer/utils.pyc b/external/plyer/utils.pyc
deleted file mode 100755
index ff2d89a..0000000
--- a/external/plyer/utils.pyc
+++ /dev/null
Binary files differ
diff --git a/external/pytmx/LICENSE b/external/pytmx/LICENSE
index 65c5ca8..65c5ca8 100755..100644
--- a/external/pytmx/LICENSE
+++ b/external/pytmx/LICENSE
diff --git a/external/pytmx/__init__.py b/external/pytmx/__init__.py
index 46c8707..46c8707 100755..100644
--- a/external/pytmx/__init__.py
+++ b/external/pytmx/__init__.py
diff --git a/external/pytmx/pytmx.py b/external/pytmx/pytmx.py
index 61120a0..61120a0 100755..100644
--- a/external/pytmx/pytmx.py
+++ b/external/pytmx/pytmx.py
diff --git a/external/pytmx/readme.md b/external/pytmx/readme.md
index 459d9c0..459d9c0 100755..100644
--- a/external/pytmx/readme.md
+++ b/external/pytmx/readme.md
diff --git a/external/pytmx/util_pygame.py b/external/pytmx/util_pygame.py
index 7744e80..7744e80 100755..100644
--- a/external/pytmx/util_pygame.py
+++ b/external/pytmx/util_pygame.py
diff --git a/external/pytmx/util_pyglet.py b/external/pytmx/util_pyglet.py
index 6b4a38a..6b4a38a 100755..100644
--- a/external/pytmx/util_pyglet.py
+++ b/external/pytmx/util_pyglet.py
diff --git a/external/pytmx/util_pysdl2.py b/external/pytmx/util_pysdl2.py
index a88793a..a88793a 100755..100644
--- a/external/pytmx/util_pysdl2.py
+++ b/external/pytmx/util_pysdl2.py
diff --git a/external/six.py b/external/six.py
index 190c023..190c023 100755..100644
--- a/external/six.py
+++ b/external/six.py
diff --git a/external/six.pyc b/external/six.pyc
deleted file mode 100755
index ddff77d..0000000
--- a/external/six.pyc
+++ /dev/null
Binary files differ