diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/PPYTHON_PATH b/PPYTHON_PATH old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/ai.bat b/ai.bat old mode 100644 new mode 100755 diff --git a/all.bat b/all.bat old mode 100644 new mode 100755 diff --git a/astron.bat b/astron.bat old mode 100644 new mode 100755 diff --git a/astron/.gitignore b/astron/.gitignore old mode 100644 new mode 100755 diff --git a/astron/astrond.exe b/astron/astrond.exe old mode 100644 new mode 100755 diff --git a/astron/config/clientagent-0.yml b/astron/config/clientagent-0.yml old mode 100644 new mode 100755 diff --git a/astron/config/clientagent-1.yml b/astron/config/clientagent-1.yml old mode 100644 new mode 100755 diff --git a/astron/config/clientagent-2.yml b/astron/config/clientagent-2.yml old mode 100644 new mode 100755 diff --git a/astron/config/clientagent-3.yml b/astron/config/clientagent-3.yml old mode 100644 new mode 100755 diff --git a/astron/config/clientagent-4.yml b/astron/config/clientagent-4.yml old mode 100644 new mode 100755 diff --git a/astron/config/clientagent-5.yml b/astron/config/clientagent-5.yml old mode 100644 new mode 100755 diff --git a/astron/config/clientagent-6.yml b/astron/config/clientagent-6.yml old mode 100644 new mode 100755 diff --git a/astron/config/clientagent-7.yml b/astron/config/clientagent-7.yml old mode 100644 new mode 100755 diff --git a/astron/config/cluster.yml b/astron/config/cluster.yml old mode 100644 new mode 100755 diff --git a/astron/config/eventlogger.yml b/astron/config/eventlogger.yml old mode 100644 new mode 100755 diff --git a/astron/config/production-cluster.yml b/astron/config/production-cluster.yml old mode 100644 new mode 100755 diff --git a/astron/darwin/start-ai-server.sh b/astron/darwin/start-ai-server.sh old mode 100644 new mode 100755 diff --git a/astron/darwin/start-astron-cluster.sh b/astron/darwin/start-astron-cluster.sh old mode 100644 new mode 100755 diff --git a/astron/darwin/start-uberdog-server.sh b/astron/darwin/start-uberdog-server.sh old mode 100644 new mode 100755 diff --git a/astron/databases/.gitignore b/astron/databases/.gitignore old mode 100644 new mode 100755 diff --git a/astron/databases/astrondb/.gitignore b/astron/databases/astrondb/.gitignore old mode 100644 new mode 100755 diff --git a/astron/dclass/stride.dc b/astron/dclass/stride.dc old mode 100644 new mode 100755 diff --git a/astron/libeay32.dll b/astron/libeay32.dll old mode 100644 new mode 100755 diff --git a/astron/linux/start-ai-server.sh b/astron/linux/start-ai-server.sh old mode 100644 new mode 100755 diff --git a/astron/linux/start-astron-cluster.sh b/astron/linux/start-astron-cluster.sh old mode 100644 new mode 100755 diff --git a/astron/linux/start-uberdog-server.sh b/astron/linux/start-uberdog-server.sh old mode 100644 new mode 100755 diff --git a/astron/ssleay32.dll b/astron/ssleay32.dll old mode 100644 new mode 100755 diff --git a/client.bat b/client.bat old mode 100644 new mode 100755 diff --git a/config/events/grand-opening.prc b/config/events/grand-opening.prc old mode 100644 new mode 100755 diff --git a/config/general.prc b/config/general.prc old mode 100644 new mode 100755 diff --git a/config/guieditor.prc b/config/guieditor.prc old mode 100644 new mode 100755 diff --git a/config/holidays/christmas.prc b/config/holidays/christmas.prc old mode 100644 new mode 100755 diff --git a/config/holidays/halloween.prc b/config/holidays/halloween.prc old mode 100644 new mode 100755 diff --git a/config/release/dev.prc b/config/release/dev.prc old mode 100644 new mode 100755 index 337bbd05..6a803caa --- a/config/release/dev.prc +++ b/config/release/dev.prc @@ -6,13 +6,13 @@ model-path ../resources/ # Server: server-version tts-dev -min-access-level 600 -accountdb-type developer +min-access-level 100 +accountdb-type remote shard-low-pop 50 shard-mid-pop 100 # RPC: -want-rpc-server #f +want-rpc-server #t rpc-server-endpoint http://localhost:8080/ # DClass file: diff --git a/config/release/en.prc b/config/release/en.prc old mode 100644 new mode 100755 diff --git a/config/release/test.prc b/config/release/test.prc old mode 100644 new mode 100755 diff --git a/darwin/start-game-remotedb.sh b/darwin/start-game-remotedb.sh old mode 100644 new mode 100755 diff --git a/darwin/start-game.sh b/darwin/start-game.sh old mode 100644 new mode 100755 diff --git a/deployment/.gitignore b/deployment/.gitignore old mode 100644 new mode 100755 diff --git a/deployment/FreezeTool.patch b/deployment/FreezeTool.patch old mode 100644 new mode 100755 diff --git a/deployment/deploy.py b/deployment/deploy.py old mode 100644 new mode 100755 diff --git a/doc/building/README.md b/doc/building/README.md old mode 100644 new mode 100755 diff --git a/doc/style-guide/README.md b/doc/style-guide/README.md old mode 100644 new mode 100755 diff --git a/doc/style-guide/cxx-style.md b/doc/style-guide/cxx-style.md old mode 100644 new mode 100755 diff --git a/doc/style-guide/git-style.md b/doc/style-guide/git-style.md old mode 100644 new mode 100755 diff --git a/doc/style-guide/python-style.md b/doc/style-guide/python-style.md old mode 100644 new mode 100755 diff --git a/guieditor.bat b/guieditor.bat old mode 100644 new mode 100755 diff --git a/guieditor/EditorStart.py b/guieditor/EditorStart.py old mode 100644 new mode 100755 diff --git a/guieditor/__init__.py b/guieditor/__init__.py old mode 100644 new mode 100755 diff --git a/libpandadna.pyd b/libpandadna.pyd old mode 100644 new mode 100755 diff --git a/linux/start-game-localhost.sh b/linux/start-game-localhost.sh old mode 100644 new mode 100755 diff --git a/linux/start-game-remotedb.sh b/linux/start-game-remotedb.sh old mode 100644 new mode 100755 diff --git a/linux/start-game.sh b/linux/start-game.sh old mode 100644 new mode 100755 diff --git a/otp/__init__.py b/otp/__init__.py old mode 100644 new mode 100755 diff --git a/otp/ai/AIBase.py b/otp/ai/AIBase.py old mode 100644 new mode 100755 diff --git a/otp/ai/AIBaseGlobal.py b/otp/ai/AIBaseGlobal.py old mode 100644 new mode 100755 diff --git a/otp/ai/AIMsgTypes.py b/otp/ai/AIMsgTypes.py old mode 100644 new mode 100755 diff --git a/otp/ai/AIZoneData.py b/otp/ai/AIZoneData.py old mode 100644 new mode 100755 diff --git a/otp/ai/BanManagerAI.py b/otp/ai/BanManagerAI.py old mode 100644 new mode 100755 diff --git a/otp/ai/Barrier.py b/otp/ai/Barrier.py old mode 100644 new mode 100755 diff --git a/otp/ai/MagicWordGlobal.py b/otp/ai/MagicWordGlobal.py old mode 100644 new mode 100755 diff --git a/otp/ai/MagicWordManager.py b/otp/ai/MagicWordManager.py old mode 100644 new mode 100755 diff --git a/otp/ai/MagicWordManagerAI.py b/otp/ai/MagicWordManagerAI.py old mode 100644 new mode 100755 diff --git a/otp/ai/TimeManager.py b/otp/ai/TimeManager.py old mode 100644 new mode 100755 diff --git a/otp/ai/TimeManagerAI.py b/otp/ai/TimeManagerAI.py old mode 100644 new mode 100755 diff --git a/otp/ai/__init__.py b/otp/ai/__init__.py old mode 100644 new mode 100755 diff --git a/otp/avatar/Avatar.py b/otp/avatar/Avatar.py old mode 100644 new mode 100755 diff --git a/otp/avatar/AvatarDNA.py b/otp/avatar/AvatarDNA.py old mode 100644 new mode 100755 diff --git a/otp/avatar/AvatarDetail.py b/otp/avatar/AvatarDetail.py old mode 100644 new mode 100755 diff --git a/otp/avatar/AvatarHandle.py b/otp/avatar/AvatarHandle.py old mode 100644 new mode 100755 diff --git a/otp/avatar/AvatarPanel.py b/otp/avatar/AvatarPanel.py old mode 100644 new mode 100755 diff --git a/otp/avatar/DistributedAvatar.py b/otp/avatar/DistributedAvatar.py old mode 100644 new mode 100755 diff --git a/otp/avatar/DistributedAvatarAI.py b/otp/avatar/DistributedAvatarAI.py old mode 100644 new mode 100755 diff --git a/otp/avatar/DistributedAvatarUD.py b/otp/avatar/DistributedAvatarUD.py old mode 100644 new mode 100755 diff --git a/otp/avatar/DistributedPlayer.py b/otp/avatar/DistributedPlayer.py old mode 100644 new mode 100755 diff --git a/otp/avatar/DistributedPlayerAI.py b/otp/avatar/DistributedPlayerAI.py old mode 100644 new mode 100755 diff --git a/otp/avatar/Emote.py b/otp/avatar/Emote.py old mode 100644 new mode 100755 diff --git a/otp/avatar/LocalAvatar.py b/otp/avatar/LocalAvatar.py old mode 100644 new mode 100755 diff --git a/otp/avatar/PlayerBase.py b/otp/avatar/PlayerBase.py old mode 100644 new mode 100755 diff --git a/otp/avatar/PositionExaminer.py b/otp/avatar/PositionExaminer.py old mode 100644 new mode 100755 diff --git a/otp/avatar/ShadowCaster.py b/otp/avatar/ShadowCaster.py old mode 100644 new mode 100755 diff --git a/otp/avatar/__init__.py b/otp/avatar/__init__.py old mode 100644 new mode 100755 diff --git a/otp/chat/ChatAgent.py b/otp/chat/ChatAgent.py old mode 100644 new mode 100755 diff --git a/otp/chat/ChatAgentAI.py b/otp/chat/ChatAgentAI.py old mode 100644 new mode 100755 diff --git a/otp/chat/ChatAgentUD.py b/otp/chat/ChatAgentUD.py old mode 100644 new mode 100755 diff --git a/otp/chat/ChatGarbler.py b/otp/chat/ChatGarbler.py old mode 100644 new mode 100755 diff --git a/otp/chat/ChatGlobals.py b/otp/chat/ChatGlobals.py old mode 100644 new mode 100755 diff --git a/otp/chat/ChatInputNormal.py b/otp/chat/ChatInputNormal.py old mode 100644 new mode 100755 diff --git a/otp/chat/ChatInputTyped.py b/otp/chat/ChatInputTyped.py old mode 100644 new mode 100755 diff --git a/otp/chat/ChatInputWhiteListFrame.py b/otp/chat/ChatInputWhiteListFrame.py old mode 100644 new mode 100755 diff --git a/otp/chat/ChatManager.py b/otp/chat/ChatManager.py old mode 100644 new mode 100755 diff --git a/otp/chat/SequenceList.py b/otp/chat/SequenceList.py old mode 100644 new mode 100755 diff --git a/otp/chat/TalkAssistant.py b/otp/chat/TalkAssistant.py old mode 100644 new mode 100755 diff --git a/otp/chat/TalkGlobals.py b/otp/chat/TalkGlobals.py old mode 100644 new mode 100755 diff --git a/otp/chat/TalkHandle.py b/otp/chat/TalkHandle.py old mode 100644 new mode 100755 diff --git a/otp/chat/TalkMessage.py b/otp/chat/TalkMessage.py old mode 100644 new mode 100755 diff --git a/otp/chat/WhiteList.py b/otp/chat/WhiteList.py old mode 100644 new mode 100755 diff --git a/otp/chat/__init__.py b/otp/chat/__init__.py old mode 100644 new mode 100755 diff --git a/otp/distributed/Account.py b/otp/distributed/Account.py old mode 100644 new mode 100755 diff --git a/otp/distributed/AccountAI.py b/otp/distributed/AccountAI.py old mode 100644 new mode 100755 diff --git a/otp/distributed/AccountUD.py b/otp/distributed/AccountUD.py old mode 100644 new mode 100755 diff --git a/otp/distributed/ClsendTracker.py b/otp/distributed/ClsendTracker.py old mode 100644 new mode 100755 diff --git a/otp/distributed/DCClassImports.py b/otp/distributed/DCClassImports.py old mode 100644 new mode 100755 diff --git a/otp/distributed/DistributedDirectory.py b/otp/distributed/DistributedDirectory.py old mode 100644 new mode 100755 diff --git a/otp/distributed/DistributedDirectoryAI.py b/otp/distributed/DistributedDirectoryAI.py old mode 100644 new mode 100755 diff --git a/otp/distributed/DistributedDistrict.py b/otp/distributed/DistributedDistrict.py old mode 100644 new mode 100755 diff --git a/otp/distributed/DistributedDistrictAI.py b/otp/distributed/DistributedDistrictAI.py old mode 100644 new mode 100755 diff --git a/otp/distributed/DistributedDistrictUD.py b/otp/distributed/DistributedDistrictUD.py old mode 100644 new mode 100755 diff --git a/otp/distributed/OTPClientRepository.py b/otp/distributed/OTPClientRepository.py old mode 100644 new mode 100755 diff --git a/otp/distributed/OtpDoGlobals.py b/otp/distributed/OtpDoGlobals.py old mode 100644 new mode 100755 diff --git a/otp/distributed/PotentialAvatar.py b/otp/distributed/PotentialAvatar.py old mode 100644 new mode 100755 diff --git a/otp/distributed/PotentialShard.py b/otp/distributed/PotentialShard.py old mode 100644 new mode 100755 diff --git a/otp/distributed/TelemetryLimited.py b/otp/distributed/TelemetryLimited.py old mode 100644 new mode 100755 diff --git a/otp/distributed/TelemetryLimiter.py b/otp/distributed/TelemetryLimiter.py old mode 100644 new mode 100755 diff --git a/otp/distributed/__init__.py b/otp/distributed/__init__.py old mode 100644 new mode 100755 diff --git a/otp/friends/FriendManager.py b/otp/friends/FriendManager.py old mode 100644 new mode 100755 diff --git a/otp/friends/FriendManagerAI.py b/otp/friends/FriendManagerAI.py old mode 100644 new mode 100755 diff --git a/otp/friends/__init__.py b/otp/friends/__init__.py old mode 100644 new mode 100755 diff --git a/otp/level/AmbientSound.py b/otp/level/AmbientSound.py old mode 100644 new mode 100755 diff --git a/otp/level/AttribDesc.py b/otp/level/AttribDesc.py old mode 100644 new mode 100755 diff --git a/otp/level/BasicEntities.py b/otp/level/BasicEntities.py old mode 100644 new mode 100755 diff --git a/otp/level/CollisionSolidEntity.py b/otp/level/CollisionSolidEntity.py old mode 100644 new mode 100755 diff --git a/otp/level/CutScene.py b/otp/level/CutScene.py old mode 100644 new mode 100755 diff --git a/otp/level/DistributedEntity.py b/otp/level/DistributedEntity.py old mode 100644 new mode 100755 diff --git a/otp/level/DistributedEntityAI.py b/otp/level/DistributedEntityAI.py old mode 100644 new mode 100755 diff --git a/otp/level/DistributedInteractiveEntity.py b/otp/level/DistributedInteractiveEntity.py old mode 100644 new mode 100755 diff --git a/otp/level/DistributedInteractiveEntityAI.py b/otp/level/DistributedInteractiveEntityAI.py old mode 100644 new mode 100755 diff --git a/otp/level/DistributedLevel.py b/otp/level/DistributedLevel.py old mode 100644 new mode 100755 diff --git a/otp/level/DistributedLevelAI.py b/otp/level/DistributedLevelAI.py old mode 100644 new mode 100755 diff --git a/otp/level/Entity.py b/otp/level/Entity.py old mode 100644 new mode 100755 diff --git a/otp/level/EntityCreator.py b/otp/level/EntityCreator.py old mode 100644 new mode 100755 diff --git a/otp/level/EntityCreatorAI.py b/otp/level/EntityCreatorAI.py old mode 100644 new mode 100755 diff --git a/otp/level/EntityCreatorBase.py b/otp/level/EntityCreatorBase.py old mode 100644 new mode 100755 diff --git a/otp/level/EntityStateVarSet.py b/otp/level/EntityStateVarSet.py old mode 100644 new mode 100755 diff --git a/otp/level/EntityTypeDesc.py b/otp/level/EntityTypeDesc.py old mode 100644 new mode 100755 diff --git a/otp/level/EntityTypes.py b/otp/level/EntityTypes.py old mode 100644 new mode 100755 diff --git a/otp/level/EntrancePoint.py b/otp/level/EntrancePoint.py old mode 100644 new mode 100755 diff --git a/otp/level/Level.py b/otp/level/Level.py old mode 100644 new mode 100755 diff --git a/otp/level/LevelConstants.py b/otp/level/LevelConstants.py old mode 100644 new mode 100755 diff --git a/otp/level/LevelMgr.py b/otp/level/LevelMgr.py old mode 100644 new mode 100755 diff --git a/otp/level/LevelMgrAI.py b/otp/level/LevelMgrAI.py old mode 100644 new mode 100755 diff --git a/otp/level/LevelMgrBase.py b/otp/level/LevelMgrBase.py old mode 100644 new mode 100755 diff --git a/otp/level/LevelSpec.py b/otp/level/LevelSpec.py old mode 100644 new mode 100755 diff --git a/otp/level/LevelUtil.py b/otp/level/LevelUtil.py old mode 100644 new mode 100755 diff --git a/otp/level/LocatorEntity.py b/otp/level/LocatorEntity.py old mode 100644 new mode 100755 diff --git a/otp/level/LogicGate.py b/otp/level/LogicGate.py old mode 100644 new mode 100755 diff --git a/otp/level/ModelEntity.py b/otp/level/ModelEntity.py old mode 100644 new mode 100755 diff --git a/otp/level/PathEntity.py b/otp/level/PathEntity.py old mode 100644 new mode 100755 diff --git a/otp/level/PropSpinner.py b/otp/level/PropSpinner.py old mode 100644 new mode 100755 diff --git a/otp/level/VisibilityBlocker.py b/otp/level/VisibilityBlocker.py old mode 100644 new mode 100755 diff --git a/otp/level/VisibilityExtender.py b/otp/level/VisibilityExtender.py old mode 100644 new mode 100755 diff --git a/otp/level/ZoneEntity.py b/otp/level/ZoneEntity.py old mode 100644 new mode 100755 diff --git a/otp/level/ZoneEntityAI.py b/otp/level/ZoneEntityAI.py old mode 100644 new mode 100755 diff --git a/otp/level/ZoneEntityBase.py b/otp/level/ZoneEntityBase.py old mode 100644 new mode 100755 diff --git a/otp/level/__init__.py b/otp/level/__init__.py old mode 100644 new mode 100755 diff --git a/otp/movement/CMover.py b/otp/movement/CMover.py old mode 100644 new mode 100755 diff --git a/otp/movement/Impulse.py b/otp/movement/Impulse.py old mode 100644 new mode 100755 diff --git a/otp/movement/Mover.py b/otp/movement/Mover.py old mode 100644 new mode 100755 diff --git a/otp/movement/PyVec3.py b/otp/movement/PyVec3.py old mode 100644 new mode 100755 diff --git a/otp/movement/__init__.py b/otp/movement/__init__.py old mode 100644 new mode 100755 diff --git a/otp/namepanel/NameCheck.py b/otp/namepanel/NameCheck.py old mode 100644 new mode 100755 diff --git a/otp/namepanel/NameTumbler.py b/otp/namepanel/NameTumbler.py old mode 100644 new mode 100755 diff --git a/otp/namepanel/PickANamePattern.py b/otp/namepanel/PickANamePattern.py old mode 100644 new mode 100755 diff --git a/otp/namepanel/__init__.py b/otp/namepanel/__init__.py old mode 100644 new mode 100755 diff --git a/otp/otpbase/BackupManager.py b/otp/otpbase/BackupManager.py old mode 100644 new mode 100755 diff --git a/otp/otpbase/OTPBase.py b/otp/otpbase/OTPBase.py old mode 100644 new mode 100755 diff --git a/otp/otpbase/OTPGlobals.py b/otp/otpbase/OTPGlobals.py old mode 100644 new mode 100755 diff --git a/otp/otpbase/OTPLocalizer.py b/otp/otpbase/OTPLocalizer.py old mode 100644 new mode 100755 diff --git a/otp/otpbase/OTPLocalizerEnglish.py b/otp/otpbase/OTPLocalizerEnglish.py old mode 100644 new mode 100755 diff --git a/otp/otpbase/OTPLocalizerEnglishProperty.py b/otp/otpbase/OTPLocalizerEnglishProperty.py old mode 100644 new mode 100755 diff --git a/otp/otpbase/OTPRender.py b/otp/otpbase/OTPRender.py old mode 100644 new mode 100755 diff --git a/otp/otpbase/__init__.py b/otp/otpbase/__init__.py old mode 100644 new mode 100755 diff --git a/otp/otpgui/OTPDialog.py b/otp/otpgui/OTPDialog.py old mode 100644 new mode 100755 diff --git a/otp/otpgui/__init__.py b/otp/otpgui/__init__.py old mode 100644 new mode 100755 diff --git a/otp/settings/Settings.py b/otp/settings/Settings.py old mode 100644 new mode 100755 diff --git a/otp/settings/__init__.py b/otp/settings/__init__.py old mode 100644 new mode 100755 diff --git a/otp/speedchat/ColorSpace.py b/otp/speedchat/ColorSpace.py old mode 100644 new mode 100755 diff --git a/otp/speedchat/SCColorScheme.py b/otp/speedchat/SCColorScheme.py old mode 100644 new mode 100755 diff --git a/otp/speedchat/SCConstants.py b/otp/speedchat/SCConstants.py old mode 100644 new mode 100755 diff --git a/otp/speedchat/SCCustomMenu.py b/otp/speedchat/SCCustomMenu.py old mode 100644 new mode 100755 diff --git a/otp/speedchat/SCCustomTerminal.py b/otp/speedchat/SCCustomTerminal.py old mode 100644 new mode 100755 diff --git a/otp/speedchat/SCDecoders.py b/otp/speedchat/SCDecoders.py old mode 100644 new mode 100755 diff --git a/otp/speedchat/SCElement.py b/otp/speedchat/SCElement.py old mode 100644 new mode 100755 diff --git a/otp/speedchat/SCEmoteMenu.py b/otp/speedchat/SCEmoteMenu.py old mode 100644 new mode 100755 diff --git a/otp/speedchat/SCEmoteTerminal.py b/otp/speedchat/SCEmoteTerminal.py old mode 100644 new mode 100755 diff --git a/otp/speedchat/SCMenu.py b/otp/speedchat/SCMenu.py old mode 100644 new mode 100755 diff --git a/otp/speedchat/SCMenuHolder.py b/otp/speedchat/SCMenuHolder.py old mode 100644 new mode 100755 diff --git a/otp/speedchat/SCObject.py b/otp/speedchat/SCObject.py old mode 100644 new mode 100755 diff --git a/otp/speedchat/SCSettings.py b/otp/speedchat/SCSettings.py old mode 100644 new mode 100755 diff --git a/otp/speedchat/SCStaticTextTerminal.py b/otp/speedchat/SCStaticTextTerminal.py old mode 100644 new mode 100755 diff --git a/otp/speedchat/SCTerminal.py b/otp/speedchat/SCTerminal.py old mode 100644 new mode 100755 diff --git a/otp/speedchat/SpeedChat.py b/otp/speedchat/SpeedChat.py old mode 100644 new mode 100755 diff --git a/otp/speedchat/SpeedChatGlobals.py b/otp/speedchat/SpeedChatGlobals.py old mode 100644 new mode 100755 diff --git a/otp/speedchat/SpeedChatTypes.py b/otp/speedchat/SpeedChatTypes.py old mode 100644 new mode 100755 diff --git a/otp/speedchat/__init__.py b/otp/speedchat/__init__.py old mode 100644 new mode 100755 diff --git a/panda/__init__.py b/panda/__init__.py old mode 100644 new mode 100755 diff --git a/panda/bin/apply_patch.exe b/panda/bin/apply_patch.exe old mode 100644 new mode 100755 diff --git a/panda/bin/atl100.dll b/panda/bin/atl100.dll old mode 100644 new mode 100755 diff --git a/panda/bin/bam-info.exe b/panda/bin/bam-info.exe old mode 100644 new mode 100755 diff --git a/panda/bin/bam2egg.exe b/panda/bin/bam2egg.exe old mode 100644 new mode 100755 diff --git a/panda/bin/build_patch.exe b/panda/bin/build_patch.exe old mode 100644 new mode 100755 diff --git a/panda/bin/cg.dll b/panda/bin/cg.dll old mode 100644 new mode 100755 diff --git a/panda/bin/cgD3D10.dll b/panda/bin/cgD3D10.dll old mode 100644 new mode 100755 diff --git a/panda/bin/cgD3D11.dll b/panda/bin/cgD3D11.dll old mode 100644 new mode 100755 diff --git a/panda/bin/cgD3D9.dll b/panda/bin/cgD3D9.dll old mode 100644 new mode 100755 diff --git a/panda/bin/cgGL.dll b/panda/bin/cgGL.dll old mode 100644 new mode 100755 diff --git a/panda/bin/cgc.exe b/panda/bin/cgc.exe old mode 100644 new mode 100755 diff --git a/panda/bin/cgfxcat.exe b/panda/bin/cgfxcat.exe old mode 100644 new mode 100755 diff --git a/panda/bin/cginfo.exe b/panda/bin/cginfo.exe old mode 100644 new mode 100755 diff --git a/panda/bin/check_adler.exe b/panda/bin/check_adler.exe old mode 100644 new mode 100755 diff --git a/panda/bin/check_crc.exe b/panda/bin/check_crc.exe old mode 100644 new mode 100755 diff --git a/panda/bin/check_md5.exe b/panda/bin/check_md5.exe old mode 100644 new mode 100755 diff --git a/panda/bin/dxf-points.exe b/panda/bin/dxf-points.exe old mode 100644 new mode 100755 diff --git a/panda/bin/dxf2egg.exe b/panda/bin/dxf2egg.exe old mode 100644 new mode 100755 diff --git a/panda/bin/egg-crop.exe b/panda/bin/egg-crop.exe old mode 100644 new mode 100755 diff --git a/panda/bin/egg-list-textures.exe b/panda/bin/egg-list-textures.exe old mode 100644 new mode 100755 diff --git a/panda/bin/egg-make-tube.exe b/panda/bin/egg-make-tube.exe old mode 100644 new mode 100755 diff --git a/panda/bin/egg-mkfont.exe b/panda/bin/egg-mkfont.exe old mode 100644 new mode 100755 diff --git a/panda/bin/egg-optchar.exe b/panda/bin/egg-optchar.exe old mode 100644 new mode 100755 diff --git a/panda/bin/egg-palettize.exe b/panda/bin/egg-palettize.exe old mode 100644 new mode 100755 diff --git a/panda/bin/egg-qtess.exe b/panda/bin/egg-qtess.exe old mode 100644 new mode 100755 diff --git a/panda/bin/egg-rename.exe b/panda/bin/egg-rename.exe old mode 100644 new mode 100755 diff --git a/panda/bin/egg-retarget-anim.exe b/panda/bin/egg-retarget-anim.exe old mode 100644 new mode 100755 diff --git a/panda/bin/egg-texture-cards.exe b/panda/bin/egg-texture-cards.exe old mode 100644 new mode 100755 diff --git a/panda/bin/egg-topstrip.exe b/panda/bin/egg-topstrip.exe old mode 100644 new mode 100755 diff --git a/panda/bin/egg-trans.exe b/panda/bin/egg-trans.exe old mode 100644 new mode 100755 diff --git a/panda/bin/egg2bam.exe b/panda/bin/egg2bam.exe old mode 100644 new mode 100755 diff --git a/panda/bin/egg2c.exe b/panda/bin/egg2c.exe old mode 100644 new mode 100755 diff --git a/panda/bin/egg2dxf.exe b/panda/bin/egg2dxf.exe old mode 100644 new mode 100755 diff --git a/panda/bin/egg2flt.exe b/panda/bin/egg2flt.exe old mode 100644 new mode 100755 diff --git a/panda/bin/egg2obj.exe b/panda/bin/egg2obj.exe old mode 100644 new mode 100755 diff --git a/panda/bin/egg2x.exe b/panda/bin/egg2x.exe old mode 100644 new mode 100755 diff --git a/panda/bin/eggcacher.exe b/panda/bin/eggcacher.exe old mode 100644 new mode 100755 diff --git a/panda/bin/flt-info.exe b/panda/bin/flt-info.exe old mode 100644 new mode 100755 diff --git a/panda/bin/flt-trans.exe b/panda/bin/flt-trans.exe old mode 100644 new mode 100755 diff --git a/panda/bin/flt2egg.exe b/panda/bin/flt2egg.exe old mode 100644 new mode 100755 diff --git a/panda/bin/fltcopy.exe b/panda/bin/fltcopy.exe old mode 100644 new mode 100755 diff --git a/panda/bin/fmodex.dll b/panda/bin/fmodex.dll old mode 100644 new mode 100755 diff --git a/panda/bin/fmodexL.dll b/panda/bin/fmodexL.dll old mode 100644 new mode 100755 diff --git a/panda/bin/glut32.dll b/panda/bin/glut32.dll old mode 100644 new mode 100755 diff --git a/panda/bin/image-info.exe b/panda/bin/image-info.exe old mode 100644 new mode 100755 diff --git a/panda/bin/image-resize.exe b/panda/bin/image-resize.exe old mode 100644 new mode 100755 diff --git a/panda/bin/image-trans.exe b/panda/bin/image-trans.exe old mode 100644 new mode 100755 diff --git a/panda/bin/interrogate.exe b/panda/bin/interrogate.exe old mode 100644 new mode 100755 diff --git a/panda/bin/interrogate_module.exe b/panda/bin/interrogate_module.exe old mode 100644 new mode 100755 diff --git a/panda/bin/libp3direct.dll b/panda/bin/libp3direct.dll old mode 100644 new mode 100755 diff --git a/panda/bin/libp3dtool.dll b/panda/bin/libp3dtool.dll old mode 100644 new mode 100755 diff --git a/panda/bin/libp3dtoolconfig.dll b/panda/bin/libp3dtoolconfig.dll old mode 100644 new mode 100755 diff --git a/panda/bin/libp3fmod_audio.dll b/panda/bin/libp3fmod_audio.dll old mode 100644 new mode 100755 diff --git a/panda/bin/libp3framework.dll b/panda/bin/libp3framework.dll old mode 100644 new mode 100755 diff --git a/panda/bin/libp3ptloader.dll b/panda/bin/libp3ptloader.dll old mode 100644 new mode 100755 diff --git a/panda/bin/libp3tinydisplay.dll b/panda/bin/libp3tinydisplay.dll old mode 100644 new mode 100755 diff --git a/panda/bin/libp3windisplay.dll b/panda/bin/libp3windisplay.dll old mode 100644 new mode 100755 diff --git a/panda/bin/libpanda.dll b/panda/bin/libpanda.dll old mode 100644 new mode 100755 diff --git a/panda/bin/libpandadx9.dll b/panda/bin/libpandadx9.dll old mode 100644 new mode 100755 diff --git a/panda/bin/libpandaegg.dll b/panda/bin/libpandaegg.dll old mode 100644 new mode 100755 diff --git a/panda/bin/libpandaexpress.dll b/panda/bin/libpandaexpress.dll old mode 100644 new mode 100755 diff --git a/panda/bin/libpandafx.dll b/panda/bin/libpandafx.dll old mode 100644 new mode 100755 diff --git a/panda/bin/libpandagl.dll b/panda/bin/libpandagl.dll old mode 100644 new mode 100755 diff --git a/panda/bin/libpandaode.dll b/panda/bin/libpandaode.dll old mode 100644 new mode 100755 diff --git a/panda/bin/libpandaphysics.dll b/panda/bin/libpandaphysics.dll old mode 100644 new mode 100755 diff --git a/panda/bin/libpandaskel.dll b/panda/bin/libpandaskel.dll old mode 100644 new mode 100755 diff --git a/panda/bin/lwo-scan.exe b/panda/bin/lwo-scan.exe old mode 100644 new mode 100755 diff --git a/panda/bin/lwo2egg.exe b/panda/bin/lwo2egg.exe old mode 100644 new mode 100755 diff --git a/panda/bin/make-prc-key.exe b/panda/bin/make-prc-key.exe old mode 100644 new mode 100755 diff --git a/panda/bin/mfc100.dll b/panda/bin/mfc100.dll old mode 100644 new mode 100755 diff --git a/panda/bin/mfc100u.dll b/panda/bin/mfc100u.dll old mode 100644 new mode 100755 diff --git a/panda/bin/mfcm100.dll b/panda/bin/mfcm100.dll old mode 100644 new mode 100755 diff --git a/panda/bin/mfcm100u.dll b/panda/bin/mfcm100u.dll old mode 100644 new mode 100755 diff --git a/panda/bin/msvcp100.dll b/panda/bin/msvcp100.dll old mode 100644 new mode 100755 diff --git a/panda/bin/msvcr100.dll b/panda/bin/msvcr100.dll old mode 100644 new mode 100755 diff --git a/panda/bin/multify.exe b/panda/bin/multify.exe old mode 100644 new mode 100755 diff --git a/panda/bin/obj2egg.exe b/panda/bin/obj2egg.exe old mode 100644 new mode 100755 diff --git a/panda/bin/p3dWrapper.exe b/panda/bin/p3dWrapper.exe old mode 100644 new mode 100755 diff --git a/panda/bin/p3dcparse.exe b/panda/bin/p3dcparse.exe old mode 100644 new mode 100755 diff --git a/panda/bin/packpanda.exe b/panda/bin/packpanda.exe old mode 100644 new mode 100755 diff --git a/panda/bin/parse_file.exe b/panda/bin/parse_file.exe old mode 100644 new mode 100755 diff --git a/panda/bin/pdecrypt.exe b/panda/bin/pdecrypt.exe old mode 100644 new mode 100755 diff --git a/panda/bin/pencrypt.exe b/panda/bin/pencrypt.exe old mode 100644 new mode 100755 diff --git a/panda/bin/pfm-bba.exe b/panda/bin/pfm-bba.exe old mode 100644 new mode 100755 diff --git a/panda/bin/pfm-trans.exe b/panda/bin/pfm-trans.exe old mode 100644 new mode 100755 diff --git a/panda/bin/pstats.exe b/panda/bin/pstats.exe old mode 100644 new mode 100755 diff --git a/panda/bin/punzip.exe b/panda/bin/punzip.exe old mode 100644 new mode 100755 diff --git a/panda/bin/pview.exe b/panda/bin/pview.exe old mode 100644 new mode 100755 diff --git a/panda/bin/python27.dll b/panda/bin/python27.dll old mode 100644 new mode 100755 diff --git a/panda/bin/pzip.exe b/panda/bin/pzip.exe old mode 100644 new mode 100755 diff --git a/panda/bin/show_ddb.exe b/panda/bin/show_ddb.exe old mode 100644 new mode 100755 diff --git a/panda/bin/softcvs.exe b/panda/bin/softcvs.exe old mode 100644 new mode 100755 diff --git a/panda/bin/test_interrogate.exe b/panda/bin/test_interrogate.exe old mode 100644 new mode 100755 diff --git a/panda/bin/text-stats.exe b/panda/bin/text-stats.exe old mode 100644 new mode 100755 diff --git a/panda/bin/vrml-trans.exe b/panda/bin/vrml-trans.exe old mode 100644 new mode 100755 diff --git a/panda/bin/vrml2egg.exe b/panda/bin/vrml2egg.exe old mode 100644 new mode 100755 diff --git a/panda/bin/x-trans.exe b/panda/bin/x-trans.exe old mode 100644 new mode 100755 diff --git a/panda/bin/x2egg.exe b/panda/bin/x2egg.exe old mode 100644 new mode 100755 diff --git a/panda/direct/__init__.py b/panda/direct/__init__.py old mode 100644 new mode 100755 diff --git a/panda/direct/actor/Actor.py b/panda/direct/actor/Actor.py old mode 100644 new mode 100755 diff --git a/panda/direct/actor/DistributedActor.py b/panda/direct/actor/DistributedActor.py old mode 100644 new mode 100755 diff --git a/panda/direct/actor/__init__.py b/panda/direct/actor/__init__.py old mode 100644 new mode 100755 diff --git a/panda/direct/cluster/ClusterClient.py b/panda/direct/cluster/ClusterClient.py old mode 100644 new mode 100755 diff --git a/panda/direct/cluster/ClusterConfig.py b/panda/direct/cluster/ClusterConfig.py old mode 100644 new mode 100755 diff --git a/panda/direct/cluster/ClusterMsgs.py b/panda/direct/cluster/ClusterMsgs.py old mode 100644 new mode 100755 diff --git a/panda/direct/cluster/ClusterServer.py b/panda/direct/cluster/ClusterServer.py old mode 100644 new mode 100755 diff --git a/panda/direct/cluster/__init__.py b/panda/direct/cluster/__init__.py old mode 100644 new mode 100755 diff --git a/panda/direct/controls/BattleWalker.py b/panda/direct/controls/BattleWalker.py old mode 100644 new mode 100755 diff --git a/panda/direct/controls/ControlManager.py b/panda/direct/controls/ControlManager.py old mode 100644 new mode 100755 diff --git a/panda/direct/controls/DevWalker.py b/panda/direct/controls/DevWalker.py old mode 100644 new mode 100755 diff --git a/panda/direct/controls/GhostWalker.py b/panda/direct/controls/GhostWalker.py old mode 100644 new mode 100755 diff --git a/panda/direct/controls/GravityWalker.py b/panda/direct/controls/GravityWalker.py old mode 100644 new mode 100755 diff --git a/panda/direct/controls/InputState.py b/panda/direct/controls/InputState.py old mode 100644 new mode 100755 diff --git a/panda/direct/controls/NonPhysicsWalker.py b/panda/direct/controls/NonPhysicsWalker.py old mode 100644 new mode 100755 diff --git a/panda/direct/controls/ObserverWalker.py b/panda/direct/controls/ObserverWalker.py old mode 100644 new mode 100755 diff --git a/panda/direct/controls/PhysicsRoller.py b/panda/direct/controls/PhysicsRoller.py old mode 100644 new mode 100755 diff --git a/panda/direct/controls/PhysicsWalker.py b/panda/direct/controls/PhysicsWalker.py old mode 100644 new mode 100755 diff --git a/panda/direct/controls/SwimWalker.py b/panda/direct/controls/SwimWalker.py old mode 100644 new mode 100755 diff --git a/panda/direct/controls/TwoDWalker.py b/panda/direct/controls/TwoDWalker.py old mode 100644 new mode 100755 diff --git a/panda/direct/controls/__init__.py b/panda/direct/controls/__init__.py old mode 100644 new mode 100755 diff --git a/panda/direct/directbase/DirectStart.py b/panda/direct/directbase/DirectStart.py old mode 100644 new mode 100755 diff --git a/panda/direct/directbase/TestStart.py b/panda/direct/directbase/TestStart.py old mode 100644 new mode 100755 diff --git a/panda/direct/directbase/ThreeUpStart.py b/panda/direct/directbase/ThreeUpStart.py old mode 100644 new mode 100755 diff --git a/panda/direct/directbase/__init__.py b/panda/direct/directbase/__init__.py old mode 100644 new mode 100755 diff --git a/panda/direct/directdevices/DirectDeviceManager.py b/panda/direct/directdevices/DirectDeviceManager.py old mode 100644 new mode 100755 diff --git a/panda/direct/directdevices/DirectFastrak.py b/panda/direct/directdevices/DirectFastrak.py old mode 100644 new mode 100755 diff --git a/panda/direct/directdevices/DirectJoybox.py b/panda/direct/directdevices/DirectJoybox.py old mode 100644 new mode 100755 diff --git a/panda/direct/directdevices/DirectRadamec.py b/panda/direct/directdevices/DirectRadamec.py old mode 100644 new mode 100755 diff --git a/panda/direct/directdevices/__init__.py b/panda/direct/directdevices/__init__.py old mode 100644 new mode 100755 diff --git a/panda/direct/directnotify/DirectNotify.py b/panda/direct/directnotify/DirectNotify.py old mode 100644 new mode 100755 diff --git a/panda/direct/directnotify/DirectNotifyGlobal.py b/panda/direct/directnotify/DirectNotifyGlobal.py old mode 100644 new mode 100755 diff --git a/panda/direct/directnotify/Logger.py b/panda/direct/directnotify/Logger.py old mode 100644 new mode 100755 diff --git a/panda/direct/directnotify/LoggerGlobal.py b/panda/direct/directnotify/LoggerGlobal.py old mode 100644 new mode 100755 diff --git a/panda/direct/directnotify/Notifier.py b/panda/direct/directnotify/Notifier.py old mode 100644 new mode 100755 diff --git a/panda/direct/directnotify/RotatingLog.py b/panda/direct/directnotify/RotatingLog.py old mode 100644 new mode 100755 diff --git a/panda/direct/directnotify/__init__.py b/panda/direct/directnotify/__init__.py old mode 100644 new mode 100755 diff --git a/panda/direct/directscripts/.cvsignore b/panda/direct/directscripts/.cvsignore old mode 100644 new mode 100755 diff --git a/panda/direct/directscripts/DetectPanda3D.js b/panda/direct/directscripts/DetectPanda3D.js old mode 100644 new mode 100755 diff --git a/panda/direct/directscripts/Doxyfile.cxx b/panda/direct/directscripts/Doxyfile.cxx old mode 100644 new mode 100755 diff --git a/panda/direct/directscripts/Doxyfile.python b/panda/direct/directscripts/Doxyfile.python old mode 100644 new mode 100755 diff --git a/panda/direct/directscripts/RunPanda3D.js b/panda/direct/directscripts/RunPanda3D.js old mode 100644 new mode 100755 diff --git a/panda/direct/directscripts/Sources.pp b/panda/direct/directscripts/Sources.pp old mode 100644 new mode 100755 diff --git a/panda/direct/directscripts/__init__.py b/panda/direct/directscripts/__init__.py old mode 100644 new mode 100755 diff --git a/panda/direct/directscripts/cleancvstree b/panda/direct/directscripts/cleancvstree old mode 100644 new mode 100755 diff --git a/panda/direct/directscripts/doxygen_filter.py b/panda/direct/directscripts/doxygen_filter.py old mode 100644 new mode 100755 diff --git a/panda/direct/directscripts/eggcacher.py b/panda/direct/directscripts/eggcacher.py old mode 100644 new mode 100755 diff --git a/panda/direct/directscripts/extract_docs.py b/panda/direct/directscripts/extract_docs.py old mode 100644 new mode 100755 diff --git a/panda/direct/directscripts/flashparen.el b/panda/direct/directscripts/flashparen.el old mode 100644 new mode 100755 diff --git a/panda/direct/directscripts/gendocs.py b/panda/direct/directscripts/gendocs.py old mode 100644 new mode 100755 diff --git a/panda/direct/directscripts/hilit19.el b/panda/direct/directscripts/hilit19.el old mode 100644 new mode 100755 diff --git a/panda/direct/directscripts/make-panda3d-tgz.py b/panda/direct/directscripts/make-panda3d-tgz.py old mode 100644 new mode 100755 diff --git a/panda/direct/directscripts/packpanda.nsi b/panda/direct/directscripts/packpanda.nsi old mode 100644 new mode 100755 diff --git a/panda/direct/directscripts/packpanda.py b/panda/direct/directscripts/packpanda.py old mode 100644 new mode 100755 diff --git a/panda/direct/directscripts/panda-install.bmp b/panda/direct/directscripts/panda-install.bmp old mode 100644 new mode 100755 diff --git a/panda/direct/directscripts/profilepaths-osx.command b/panda/direct/directscripts/profilepaths-osx.command old mode 100644 new mode 100755 diff --git a/panda/direct/directscripts/python-mode.el b/panda/direct/directscripts/python-mode.el old mode 100644 new mode 100755 diff --git a/panda/direct/directscripts/runPythonEmacs b/panda/direct/directscripts/runPythonEmacs old mode 100644 new mode 100755 diff --git a/panda/direct/directtools/DirectCameraControl.py b/panda/direct/directtools/DirectCameraControl.py old mode 100644 new mode 100755 diff --git a/panda/direct/directtools/DirectGeometry.py b/panda/direct/directtools/DirectGeometry.py old mode 100644 new mode 100755 diff --git a/panda/direct/directtools/DirectGlobals.py b/panda/direct/directtools/DirectGlobals.py old mode 100644 new mode 100755 diff --git a/panda/direct/directtools/DirectGrid.py b/panda/direct/directtools/DirectGrid.py old mode 100644 new mode 100755 diff --git a/panda/direct/directtools/DirectLights.py b/panda/direct/directtools/DirectLights.py old mode 100644 new mode 100755 diff --git a/panda/direct/directtools/DirectManipulation.py b/panda/direct/directtools/DirectManipulation.py old mode 100644 new mode 100755 diff --git a/panda/direct/directtools/DirectSelection.py b/panda/direct/directtools/DirectSelection.py old mode 100644 new mode 100755 diff --git a/panda/direct/directtools/DirectSession.py b/panda/direct/directtools/DirectSession.py old mode 100644 new mode 100755 diff --git a/panda/direct/directtools/DirectUtil.py b/panda/direct/directtools/DirectUtil.py old mode 100644 new mode 100755 diff --git a/panda/direct/directtools/__init__.py b/panda/direct/directtools/__init__.py old mode 100644 new mode 100755 diff --git a/panda/direct/directutil/DeltaProfiler.py b/panda/direct/directutil/DeltaProfiler.py old mode 100644 new mode 100755 diff --git a/panda/direct/directutil/DirectMySQLdb.py b/panda/direct/directutil/DirectMySQLdb.py old mode 100644 new mode 100755 diff --git a/panda/direct/directutil/DirectMySQLdbConnection.py b/panda/direct/directutil/DirectMySQLdbConnection.py old mode 100644 new mode 100755 diff --git a/panda/direct/directutil/DistributedLargeBlobSender.py b/panda/direct/directutil/DistributedLargeBlobSender.py old mode 100644 new mode 100755 diff --git a/panda/direct/directutil/DistributedLargeBlobSenderAI.py b/panda/direct/directutil/DistributedLargeBlobSenderAI.py old mode 100644 new mode 100755 diff --git a/panda/direct/directutil/LargeBlobSenderConsts.py b/panda/direct/directutil/LargeBlobSenderConsts.py old mode 100644 new mode 100755 diff --git a/panda/direct/directutil/MemoryLeakHelpers.py b/panda/direct/directutil/MemoryLeakHelpers.py old mode 100644 new mode 100755 diff --git a/panda/direct/directutil/Mopath.py b/panda/direct/directutil/Mopath.py old mode 100644 new mode 100755 diff --git a/panda/direct/directutil/Verify.py b/panda/direct/directutil/Verify.py old mode 100644 new mode 100755 diff --git a/panda/direct/directutil/WeightedChoice.py b/panda/direct/directutil/WeightedChoice.py old mode 100644 new mode 100755 diff --git a/panda/direct/directutil/__init__.py b/panda/direct/directutil/__init__.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/AstronClientRepository.py b/panda/direct/distributed/AstronClientRepository.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/AstronDatabaseInterface.py b/panda/direct/distributed/AstronDatabaseInterface.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/AstronInternalRepository.py b/panda/direct/distributed/AstronInternalRepository.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/AsyncRequest.py b/panda/direct/distributed/AsyncRequest.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/CRCache.py b/panda/direct/distributed/CRCache.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/CRDataCache.py b/panda/direct/distributed/CRDataCache.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/CachedDOData.py b/panda/direct/distributed/CachedDOData.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/CartesianGridBase.py b/panda/direct/distributed/CartesianGridBase.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/ClientRepository.py b/panda/direct/distributed/ClientRepository.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/ClientRepositoryBase.py b/panda/direct/distributed/ClientRepositoryBase.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/ClockDelta.py b/panda/direct/distributed/ClockDelta.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/ConnectionRepository.py b/panda/direct/distributed/ConnectionRepository.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/DistributedCamera.py b/panda/direct/distributed/DistributedCamera.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/DistributedCameraAI.py b/panda/direct/distributed/DistributedCameraAI.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/DistributedCameraOV.py b/panda/direct/distributed/DistributedCameraOV.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/DistributedCartesianGrid.py b/panda/direct/distributed/DistributedCartesianGrid.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/DistributedCartesianGridAI.py b/panda/direct/distributed/DistributedCartesianGridAI.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/DistributedNode.py b/panda/direct/distributed/DistributedNode.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/DistributedNodeAI.py b/panda/direct/distributed/DistributedNodeAI.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/DistributedNodeUD.py b/panda/direct/distributed/DistributedNodeUD.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/DistributedObject.py b/panda/direct/distributed/DistributedObject.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/DistributedObjectAI.py b/panda/direct/distributed/DistributedObjectAI.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/DistributedObjectBase.py b/panda/direct/distributed/DistributedObjectBase.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/DistributedObjectGlobal.py b/panda/direct/distributed/DistributedObjectGlobal.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/DistributedObjectGlobalAI.py b/panda/direct/distributed/DistributedObjectGlobalAI.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/DistributedObjectGlobalUD.py b/panda/direct/distributed/DistributedObjectGlobalUD.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/DistributedObjectOV.py b/panda/direct/distributed/DistributedObjectOV.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/DistributedObjectUD.py b/panda/direct/distributed/DistributedObjectUD.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/DistributedSmoothNode.py b/panda/direct/distributed/DistributedSmoothNode.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/DistributedSmoothNodeAI.py b/panda/direct/distributed/DistributedSmoothNodeAI.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/DistributedSmoothNodeBase.py b/panda/direct/distributed/DistributedSmoothNodeBase.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/DoCollectionManager.py b/panda/direct/distributed/DoCollectionManager.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/DoHierarchy.py b/panda/direct/distributed/DoHierarchy.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/DoInterestManager.py b/panda/direct/distributed/DoInterestManager.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/GridChild.py b/panda/direct/distributed/GridChild.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/GridParent.py b/panda/direct/distributed/GridParent.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/InterestWatcher.py b/panda/direct/distributed/InterestWatcher.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/MsgTypes.py b/panda/direct/distributed/MsgTypes.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/MsgTypesCMU.py b/panda/direct/distributed/MsgTypesCMU.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/NetMessenger.py b/panda/direct/distributed/NetMessenger.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/OldClientRepository.py b/panda/direct/distributed/OldClientRepository.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/ParentMgr.py b/panda/direct/distributed/ParentMgr.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/PyDatagram.py b/panda/direct/distributed/PyDatagram.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/PyDatagramIterator.py b/panda/direct/distributed/PyDatagramIterator.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/RelatedObjectMgr.py b/panda/direct/distributed/RelatedObjectMgr.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/SampleObject.py b/panda/direct/distributed/SampleObject.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/ServerRepository.py b/panda/direct/distributed/ServerRepository.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/StagedObject.py b/panda/direct/distributed/StagedObject.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/TimeManager.py b/panda/direct/distributed/TimeManager.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/TimeManagerAI.py b/panda/direct/distributed/TimeManagerAI.py old mode 100644 new mode 100755 diff --git a/panda/direct/distributed/__init__.py b/panda/direct/distributed/__init__.py old mode 100644 new mode 100755 diff --git a/panda/direct/extensions/CInterval-extensions.py b/panda/direct/extensions/CInterval-extensions.py old mode 100644 new mode 100755 diff --git a/panda/direct/extensions/ConfigVariable-extensions.py b/panda/direct/extensions/ConfigVariable-extensions.py old mode 100644 new mode 100755 diff --git a/panda/direct/extensions/ConfigVariableBool-extensions.py b/panda/direct/extensions/ConfigVariableBool-extensions.py old mode 100644 new mode 100755 diff --git a/panda/direct/extensions/ConfigVariableDouble-extensions.py b/panda/direct/extensions/ConfigVariableDouble-extensions.py old mode 100644 new mode 100755 diff --git a/panda/direct/extensions/ConfigVariableFilename-extensions.py b/panda/direct/extensions/ConfigVariableFilename-extensions.py old mode 100644 new mode 100755 diff --git a/panda/direct/extensions/ConfigVariableInt-extensions.py b/panda/direct/extensions/ConfigVariableInt-extensions.py old mode 100644 new mode 100755 diff --git a/panda/direct/extensions/ConfigVariableList-extensions.py b/panda/direct/extensions/ConfigVariableList-extensions.py old mode 100644 new mode 100755 diff --git a/panda/direct/extensions/ConfigVariableString-extensions.py b/panda/direct/extensions/ConfigVariableString-extensions.py old mode 100644 new mode 100755 diff --git a/panda/direct/extensions/HTTPChannel-extensions.py b/panda/direct/extensions/HTTPChannel-extensions.py old mode 100644 new mode 100755 diff --git a/panda/direct/extensions/Mat3-extensions.py b/panda/direct/extensions/Mat3-extensions.py old mode 100644 new mode 100755 diff --git a/panda/direct/extensions/MouseWatcherRegion-extensions.py b/panda/direct/extensions/MouseWatcherRegion-extensions.py old mode 100644 new mode 100755 diff --git a/panda/direct/extensions/Node-extensions.py b/panda/direct/extensions/Node-extensions.py old mode 100644 new mode 100755 diff --git a/panda/direct/extensions/NodePath-extensions.py b/panda/direct/extensions/NodePath-extensions.py old mode 100644 new mode 100755 diff --git a/panda/direct/extensions/NurbsCurveEvaluator-extensions.py b/panda/direct/extensions/NurbsCurveEvaluator-extensions.py old mode 100644 new mode 100755 diff --git a/panda/direct/extensions/NurbsSurfaceEvaluator-extensions.py b/panda/direct/extensions/NurbsSurfaceEvaluator-extensions.py old mode 100644 new mode 100755 diff --git a/panda/direct/extensions/PandaSystem-extensions.py b/panda/direct/extensions/PandaSystem-extensions.py old mode 100644 new mode 100755 diff --git a/panda/direct/extensions/SpriteParticleRenderer-extensions.py b/panda/direct/extensions/SpriteParticleRenderer-extensions.py old mode 100644 new mode 100755 diff --git a/panda/direct/extensions/VBase3-extensions.py b/panda/direct/extensions/VBase3-extensions.py old mode 100644 new mode 100755 diff --git a/panda/direct/extensions/VBase4-extensions.py b/panda/direct/extensions/VBase4-extensions.py old mode 100644 new mode 100755 diff --git a/panda/direct/extensions/__init__.py b/panda/direct/extensions/__init__.py old mode 100644 new mode 100755 diff --git a/panda/direct/extensions_native/CInterval_extensions.py b/panda/direct/extensions_native/CInterval_extensions.py old mode 100644 new mode 100755 diff --git a/panda/direct/extensions_native/HTTPChannel_extensions.py b/panda/direct/extensions_native/HTTPChannel_extensions.py old mode 100644 new mode 100755 diff --git a/panda/direct/extensions_native/Mat3_extensions.py b/panda/direct/extensions_native/Mat3_extensions.py old mode 100644 new mode 100755 diff --git a/panda/direct/extensions_native/NodePath_extensions.py b/panda/direct/extensions_native/NodePath_extensions.py old mode 100644 new mode 100755 diff --git a/panda/direct/extensions_native/VBase3_extensions.py b/panda/direct/extensions_native/VBase3_extensions.py old mode 100644 new mode 100755 diff --git a/panda/direct/extensions_native/VBase4_extensions.py b/panda/direct/extensions_native/VBase4_extensions.py old mode 100644 new mode 100755 diff --git a/panda/direct/extensions_native/__init__.py b/panda/direct/extensions_native/__init__.py old mode 100644 new mode 100755 diff --git a/panda/direct/extensions_native/extension_native_helpers.py b/panda/direct/extensions_native/extension_native_helpers.py old mode 100644 new mode 100755 diff --git a/panda/direct/ffi/DoGenPyCode.py b/panda/direct/ffi/DoGenPyCode.py old mode 100644 new mode 100755 diff --git a/panda/direct/ffi/FFIConstants.py b/panda/direct/ffi/FFIConstants.py old mode 100644 new mode 100755 diff --git a/panda/direct/ffi/FFIEnvironment.py b/panda/direct/ffi/FFIEnvironment.py old mode 100644 new mode 100755 diff --git a/panda/direct/ffi/FFIExternalObject.py b/panda/direct/ffi/FFIExternalObject.py old mode 100644 new mode 100755 diff --git a/panda/direct/ffi/FFIInterrogateDatabase.py b/panda/direct/ffi/FFIInterrogateDatabase.py old mode 100644 new mode 100755 diff --git a/panda/direct/ffi/FFIOverload.py b/panda/direct/ffi/FFIOverload.py old mode 100644 new mode 100755 diff --git a/panda/direct/ffi/FFIRename.py b/panda/direct/ffi/FFIRename.py old mode 100644 new mode 100755 diff --git a/panda/direct/ffi/FFISpecs.py b/panda/direct/ffi/FFISpecs.py old mode 100644 new mode 100755 diff --git a/panda/direct/ffi/FFITypes.py b/panda/direct/ffi/FFITypes.py old mode 100644 new mode 100755 diff --git a/panda/direct/ffi/__init__.py b/panda/direct/ffi/__init__.py old mode 100644 new mode 100755 diff --git a/panda/direct/ffi/jGenPyCode.py b/panda/direct/ffi/jGenPyCode.py old mode 100644 new mode 100755 diff --git a/panda/direct/ffi/panda3d.py b/panda/direct/ffi/panda3d.py old mode 100644 new mode 100755 diff --git a/panda/direct/filter/CommonFilters.py b/panda/direct/filter/CommonFilters.py old mode 100644 new mode 100755 diff --git a/panda/direct/filter/FilterManager.py b/panda/direct/filter/FilterManager.py old mode 100644 new mode 100755 diff --git a/panda/direct/filter/__init__.py b/panda/direct/filter/__init__.py old mode 100644 new mode 100755 diff --git a/panda/direct/filter/filter-bloomi.sha b/panda/direct/filter/filter-bloomi.sha old mode 100644 new mode 100755 diff --git a/panda/direct/filter/filter-bloomx.sha b/panda/direct/filter/filter-bloomx.sha old mode 100644 new mode 100755 diff --git a/panda/direct/filter/filter-bloomy.sha b/panda/direct/filter/filter-bloomy.sha old mode 100644 new mode 100755 diff --git a/panda/direct/filter/filter-blurx.sha b/panda/direct/filter/filter-blurx.sha old mode 100644 new mode 100755 diff --git a/panda/direct/filter/filter-blury.sha b/panda/direct/filter/filter-blury.sha old mode 100644 new mode 100755 diff --git a/panda/direct/filter/filter-copy.sha b/panda/direct/filter/filter-copy.sha old mode 100644 new mode 100755 diff --git a/panda/direct/filter/filter-down4.sha b/panda/direct/filter/filter-down4.sha old mode 100644 new mode 100755 diff --git a/panda/direct/filter/filter-ssao.sha b/panda/direct/filter/filter-ssao.sha old mode 100644 new mode 100755 diff --git a/panda/direct/fsm/ClassicFSM.py b/panda/direct/fsm/ClassicFSM.py old mode 100644 new mode 100755 diff --git a/panda/direct/fsm/FSM.py b/panda/direct/fsm/FSM.py old mode 100644 new mode 100755 diff --git a/panda/direct/fsm/FourState.py b/panda/direct/fsm/FourState.py old mode 100644 new mode 100755 diff --git a/panda/direct/fsm/FourStateAI.py b/panda/direct/fsm/FourStateAI.py old mode 100644 new mode 100755 diff --git a/panda/direct/fsm/SampleFSM.py b/panda/direct/fsm/SampleFSM.py old mode 100644 new mode 100755 diff --git a/panda/direct/fsm/State.py b/panda/direct/fsm/State.py old mode 100644 new mode 100755 diff --git a/panda/direct/fsm/StateData.py b/panda/direct/fsm/StateData.py old mode 100644 new mode 100755 diff --git a/panda/direct/fsm/StatePush.py b/panda/direct/fsm/StatePush.py old mode 100644 new mode 100755 diff --git a/panda/direct/fsm/__init__.py b/panda/direct/fsm/__init__.py old mode 100644 new mode 100755 diff --git a/panda/direct/gui/DirectButton.py b/panda/direct/gui/DirectButton.py old mode 100644 new mode 100755 diff --git a/panda/direct/gui/DirectCheckBox.py b/panda/direct/gui/DirectCheckBox.py old mode 100644 new mode 100755 diff --git a/panda/direct/gui/DirectCheckButton.py b/panda/direct/gui/DirectCheckButton.py old mode 100644 new mode 100755 diff --git a/panda/direct/gui/DirectDialog.py b/panda/direct/gui/DirectDialog.py old mode 100644 new mode 100755 diff --git a/panda/direct/gui/DirectEntry.py b/panda/direct/gui/DirectEntry.py old mode 100644 new mode 100755 diff --git a/panda/direct/gui/DirectEntryScroll.py b/panda/direct/gui/DirectEntryScroll.py old mode 100644 new mode 100755 diff --git a/panda/direct/gui/DirectFrame.py b/panda/direct/gui/DirectFrame.py old mode 100644 new mode 100755 diff --git a/panda/direct/gui/DirectGui.py b/panda/direct/gui/DirectGui.py old mode 100644 new mode 100755 diff --git a/panda/direct/gui/DirectGuiBase.py b/panda/direct/gui/DirectGuiBase.py old mode 100644 new mode 100755 diff --git a/panda/direct/gui/DirectGuiGlobals.py b/panda/direct/gui/DirectGuiGlobals.py old mode 100644 new mode 100755 diff --git a/panda/direct/gui/DirectGuiTest.py b/panda/direct/gui/DirectGuiTest.py old mode 100644 new mode 100755 diff --git a/panda/direct/gui/DirectLabel.py b/panda/direct/gui/DirectLabel.py old mode 100644 new mode 100755 diff --git a/panda/direct/gui/DirectOptionMenu.py b/panda/direct/gui/DirectOptionMenu.py old mode 100644 new mode 100755 diff --git a/panda/direct/gui/DirectRadioButton.py b/panda/direct/gui/DirectRadioButton.py old mode 100644 new mode 100755 diff --git a/panda/direct/gui/DirectScrollBar.py b/panda/direct/gui/DirectScrollBar.py old mode 100644 new mode 100755 diff --git a/panda/direct/gui/DirectScrolledFrame.py b/panda/direct/gui/DirectScrolledFrame.py old mode 100644 new mode 100755 diff --git a/panda/direct/gui/DirectScrolledList.py b/panda/direct/gui/DirectScrolledList.py old mode 100644 new mode 100755 diff --git a/panda/direct/gui/DirectSlider.py b/panda/direct/gui/DirectSlider.py old mode 100644 new mode 100755 diff --git a/panda/direct/gui/DirectWaitBar.py b/panda/direct/gui/DirectWaitBar.py old mode 100644 new mode 100755 diff --git a/panda/direct/gui/OnscreenGeom.py b/panda/direct/gui/OnscreenGeom.py old mode 100644 new mode 100755 diff --git a/panda/direct/gui/OnscreenImage.py b/panda/direct/gui/OnscreenImage.py old mode 100644 new mode 100755 diff --git a/panda/direct/gui/OnscreenText.py b/panda/direct/gui/OnscreenText.py old mode 100644 new mode 100755 diff --git a/panda/direct/gui/__init__.py b/panda/direct/gui/__init__.py old mode 100644 new mode 100755 diff --git a/panda/direct/http/LandingPage.py b/panda/direct/http/LandingPage.py old mode 100644 new mode 100755 diff --git a/panda/direct/http/LandingPageHTML.py b/panda/direct/http/LandingPageHTML.py old mode 100644 new mode 100755 diff --git a/panda/direct/http/WebRequest.py b/panda/direct/http/WebRequest.py old mode 100644 new mode 100755 diff --git a/panda/direct/http/__init__.py b/panda/direct/http/__init__.py old mode 100644 new mode 100755 diff --git a/panda/direct/http/linuxSystemInfo.py b/panda/direct/http/linuxSystemInfo.py old mode 100644 new mode 100755 diff --git a/panda/direct/http/recaptcha.py b/panda/direct/http/recaptcha.py old mode 100644 new mode 100755 diff --git a/panda/direct/http/webAIInspector.py b/panda/direct/http/webAIInspector.py old mode 100644 new mode 100755 diff --git a/panda/direct/http/webNotifyDebug.py b/panda/direct/http/webNotifyDebug.py old mode 100644 new mode 100755 diff --git a/panda/direct/http/windowsSystemInfo.py b/panda/direct/http/windowsSystemInfo.py old mode 100644 new mode 100755 diff --git a/panda/direct/interval/ActorInterval.py b/panda/direct/interval/ActorInterval.py old mode 100644 new mode 100755 diff --git a/panda/direct/interval/AnimControlInterval.py b/panda/direct/interval/AnimControlInterval.py old mode 100644 new mode 100755 diff --git a/panda/direct/interval/FunctionInterval.py b/panda/direct/interval/FunctionInterval.py old mode 100644 new mode 100755 diff --git a/panda/direct/interval/IndirectInterval.py b/panda/direct/interval/IndirectInterval.py old mode 100644 new mode 100755 diff --git a/panda/direct/interval/Interval.py b/panda/direct/interval/Interval.py old mode 100644 new mode 100755 diff --git a/panda/direct/interval/IntervalGlobal.py b/panda/direct/interval/IntervalGlobal.py old mode 100644 new mode 100755 diff --git a/panda/direct/interval/IntervalManager.py b/panda/direct/interval/IntervalManager.py old mode 100644 new mode 100755 diff --git a/panda/direct/interval/IntervalTest.py b/panda/direct/interval/IntervalTest.py old mode 100644 new mode 100755 diff --git a/panda/direct/interval/LerpBlendHelpers.py b/panda/direct/interval/LerpBlendHelpers.py old mode 100644 new mode 100755 diff --git a/panda/direct/interval/LerpInterval.py b/panda/direct/interval/LerpInterval.py old mode 100644 new mode 100755 diff --git a/panda/direct/interval/MetaInterval.py b/panda/direct/interval/MetaInterval.py old mode 100644 new mode 100755 diff --git a/panda/direct/interval/MopathInterval.py b/panda/direct/interval/MopathInterval.py old mode 100644 new mode 100755 diff --git a/panda/direct/interval/ParticleInterval.py b/panda/direct/interval/ParticleInterval.py old mode 100644 new mode 100755 diff --git a/panda/direct/interval/ProjectileInterval.py b/panda/direct/interval/ProjectileInterval.py old mode 100644 new mode 100755 diff --git a/panda/direct/interval/ProjectileIntervalTest.py b/panda/direct/interval/ProjectileIntervalTest.py old mode 100644 new mode 100755 diff --git a/panda/direct/interval/SoundInterval.py b/panda/direct/interval/SoundInterval.py old mode 100644 new mode 100755 diff --git a/panda/direct/interval/TestInterval.py b/panda/direct/interval/TestInterval.py old mode 100644 new mode 100755 diff --git a/panda/direct/interval/__init__.py b/panda/direct/interval/__init__.py old mode 100644 new mode 100755 diff --git a/panda/direct/leveleditor/ActionMgr.py b/panda/direct/leveleditor/ActionMgr.py old mode 100644 new mode 100755 diff --git a/panda/direct/leveleditor/AnimControlUI.py b/panda/direct/leveleditor/AnimControlUI.py old mode 100644 new mode 100755 diff --git a/panda/direct/leveleditor/AnimGlobals.py b/panda/direct/leveleditor/AnimGlobals.py old mode 100644 new mode 100755 diff --git a/panda/direct/leveleditor/AnimMgr.py b/panda/direct/leveleditor/AnimMgr.py old mode 100644 new mode 100755 diff --git a/panda/direct/leveleditor/AnimMgrBase.py b/panda/direct/leveleditor/AnimMgrBase.py old mode 100644 new mode 100755 diff --git a/panda/direct/leveleditor/CurveAnimUI.py b/panda/direct/leveleditor/CurveAnimUI.py old mode 100644 new mode 100755 diff --git a/panda/direct/leveleditor/CurveEditor.py b/panda/direct/leveleditor/CurveEditor.py old mode 100644 new mode 100755 diff --git a/panda/direct/leveleditor/FileMgr.py b/panda/direct/leveleditor/FileMgr.py old mode 100644 new mode 100755 diff --git a/panda/direct/leveleditor/GraphEditorUI.py b/panda/direct/leveleditor/GraphEditorUI.py old mode 100644 new mode 100755 diff --git a/panda/direct/leveleditor/HotKeyUI.py b/panda/direct/leveleditor/HotKeyUI.py old mode 100644 new mode 100755 diff --git a/panda/direct/leveleditor/LayerEditorUI.py b/panda/direct/leveleditor/LayerEditorUI.py old mode 100644 new mode 100755 diff --git a/panda/direct/leveleditor/LevelEditor.py b/panda/direct/leveleditor/LevelEditor.py old mode 100644 new mode 100755 diff --git a/panda/direct/leveleditor/LevelEditorBase.py b/panda/direct/leveleditor/LevelEditorBase.py old mode 100644 new mode 100755 diff --git a/panda/direct/leveleditor/LevelEditorStart.py b/panda/direct/leveleditor/LevelEditorStart.py old mode 100644 new mode 100755 diff --git a/panda/direct/leveleditor/LevelEditorUI.py b/panda/direct/leveleditor/LevelEditorUI.py old mode 100644 new mode 100755 diff --git a/panda/direct/leveleditor/LevelEditorUIBase.py b/panda/direct/leveleditor/LevelEditorUIBase.py old mode 100644 new mode 100755 diff --git a/panda/direct/leveleditor/LevelLoader.py b/panda/direct/leveleditor/LevelLoader.py old mode 100644 new mode 100755 diff --git a/panda/direct/leveleditor/LevelLoaderBase.py b/panda/direct/leveleditor/LevelLoaderBase.py old mode 100644 new mode 100755 diff --git a/panda/direct/leveleditor/MayaConverter.py b/panda/direct/leveleditor/MayaConverter.py old mode 100644 new mode 100755 diff --git a/panda/direct/leveleditor/ObjectGlobals.py b/panda/direct/leveleditor/ObjectGlobals.py old mode 100644 new mode 100755 diff --git a/panda/direct/leveleditor/ObjectHandler.py b/panda/direct/leveleditor/ObjectHandler.py old mode 100644 new mode 100755 diff --git a/panda/direct/leveleditor/ObjectMgr.py b/panda/direct/leveleditor/ObjectMgr.py old mode 100644 new mode 100755 diff --git a/panda/direct/leveleditor/ObjectMgrBase.py b/panda/direct/leveleditor/ObjectMgrBase.py old mode 100644 new mode 100755 diff --git a/panda/direct/leveleditor/ObjectPalette.py b/panda/direct/leveleditor/ObjectPalette.py old mode 100644 new mode 100755 diff --git a/panda/direct/leveleditor/ObjectPaletteBase.py b/panda/direct/leveleditor/ObjectPaletteBase.py old mode 100644 new mode 100755 diff --git a/panda/direct/leveleditor/ObjectPaletteUI.py b/panda/direct/leveleditor/ObjectPaletteUI.py old mode 100644 new mode 100755 diff --git a/panda/direct/leveleditor/ObjectPropertyUI.py b/panda/direct/leveleditor/ObjectPropertyUI.py old mode 100644 new mode 100755 diff --git a/panda/direct/leveleditor/PaletteTreeCtrl.py b/panda/direct/leveleditor/PaletteTreeCtrl.py old mode 100644 new mode 100755 diff --git a/panda/direct/leveleditor/ProtoObjs.py b/panda/direct/leveleditor/ProtoObjs.py old mode 100644 new mode 100755 diff --git a/panda/direct/leveleditor/ProtoObjsUI.py b/panda/direct/leveleditor/ProtoObjsUI.py old mode 100644 new mode 100755 diff --git a/panda/direct/leveleditor/ProtoPalette.py b/panda/direct/leveleditor/ProtoPalette.py old mode 100644 new mode 100755 diff --git a/panda/direct/leveleditor/ProtoPaletteBase.py b/panda/direct/leveleditor/ProtoPaletteBase.py old mode 100644 new mode 100755 diff --git a/panda/direct/leveleditor/ProtoPaletteUI.py b/panda/direct/leveleditor/ProtoPaletteUI.py old mode 100644 new mode 100755 diff --git a/panda/direct/leveleditor/SceneGraphUI.py b/panda/direct/leveleditor/SceneGraphUI.py old mode 100644 new mode 100755 diff --git a/panda/direct/leveleditor/SceneGraphUIBase.py b/panda/direct/leveleditor/SceneGraphUIBase.py old mode 100644 new mode 100755 diff --git a/panda/direct/leveleditor/__init__.py b/panda/direct/leveleditor/__init__.py old mode 100644 new mode 100755 diff --git a/panda/direct/leveleditor/testData.py b/panda/direct/leveleditor/testData.py old mode 100644 new mode 100755 diff --git a/panda/direct/motiontrail/MotionTrail.py b/panda/direct/motiontrail/MotionTrail.py old mode 100644 new mode 100755 diff --git a/panda/direct/motiontrail/__init__.py b/panda/direct/motiontrail/__init__.py old mode 100644 new mode 100755 diff --git a/panda/direct/p3d/AppRunner.py b/panda/direct/p3d/AppRunner.py old mode 100644 new mode 100755 diff --git a/panda/direct/p3d/DWBPackageInstaller.py b/panda/direct/p3d/DWBPackageInstaller.py old mode 100644 new mode 100755 diff --git a/panda/direct/p3d/DeploymentTools.py b/panda/direct/p3d/DeploymentTools.py old mode 100644 new mode 100755 diff --git a/panda/direct/p3d/FileSpec.py b/panda/direct/p3d/FileSpec.py old mode 100644 new mode 100755 diff --git a/panda/direct/p3d/HostInfo.py b/panda/direct/p3d/HostInfo.py old mode 100644 new mode 100755 diff --git a/panda/direct/p3d/InstalledHostData.py b/panda/direct/p3d/InstalledHostData.py old mode 100644 new mode 100755 diff --git a/panda/direct/p3d/InstalledPackageData.py b/panda/direct/p3d/InstalledPackageData.py old mode 100644 new mode 100755 diff --git a/panda/direct/p3d/JavaScript.py b/panda/direct/p3d/JavaScript.py old mode 100644 new mode 100755 diff --git a/panda/direct/p3d/PackageInfo.py b/panda/direct/p3d/PackageInfo.py old mode 100644 new mode 100755 diff --git a/panda/direct/p3d/PackageInstaller.py b/panda/direct/p3d/PackageInstaller.py old mode 100644 new mode 100755 diff --git a/panda/direct/p3d/PackageMerger.py b/panda/direct/p3d/PackageMerger.py old mode 100644 new mode 100755 diff --git a/panda/direct/p3d/Packager.py b/panda/direct/p3d/Packager.py old mode 100644 new mode 100755 diff --git a/panda/direct/p3d/PatchMaker.py b/panda/direct/p3d/PatchMaker.py old mode 100644 new mode 100755 diff --git a/panda/direct/p3d/ScanDirectoryNode.py b/panda/direct/p3d/ScanDirectoryNode.py old mode 100644 new mode 100755 diff --git a/panda/direct/p3d/SeqValue.py b/panda/direct/p3d/SeqValue.py old mode 100644 new mode 100755 diff --git a/panda/direct/p3d/__init__.py b/panda/direct/p3d/__init__.py old mode 100644 new mode 100755 diff --git a/panda/direct/p3d/packp3d.py b/panda/direct/p3d/packp3d.py old mode 100644 new mode 100755 diff --git a/panda/direct/p3d/pdeploy.py b/panda/direct/p3d/pdeploy.py old mode 100644 new mode 100755 diff --git a/panda/direct/p3d/pmerge.py b/panda/direct/p3d/pmerge.py old mode 100644 new mode 100755 diff --git a/panda/direct/p3d/ppackage.py b/panda/direct/p3d/ppackage.py old mode 100644 new mode 100755 diff --git a/panda/direct/p3d/ppatcher.py b/panda/direct/p3d/ppatcher.py old mode 100644 new mode 100755 diff --git a/panda/direct/p3d/runp3d.py b/panda/direct/p3d/runp3d.py old mode 100644 new mode 100755 diff --git a/panda/direct/particles/ForceGroup.py b/panda/direct/particles/ForceGroup.py old mode 100644 new mode 100755 diff --git a/panda/direct/particles/GlobalForceGroup.py b/panda/direct/particles/GlobalForceGroup.py old mode 100644 new mode 100755 diff --git a/panda/direct/particles/ParticleEffect.py b/panda/direct/particles/ParticleEffect.py old mode 100644 new mode 100755 diff --git a/panda/direct/particles/ParticleFloorTest.py b/panda/direct/particles/ParticleFloorTest.py old mode 100644 new mode 100755 diff --git a/panda/direct/particles/ParticleManagerGlobal.py b/panda/direct/particles/ParticleManagerGlobal.py old mode 100644 new mode 100755 diff --git a/panda/direct/particles/ParticleTest.py b/panda/direct/particles/ParticleTest.py old mode 100644 new mode 100755 diff --git a/panda/direct/particles/Particles.py b/panda/direct/particles/Particles.py old mode 100644 new mode 100755 diff --git a/panda/direct/particles/SpriteParticleRendererExt.py b/panda/direct/particles/SpriteParticleRendererExt.py old mode 100644 new mode 100755 diff --git a/panda/direct/particles/__init__.py b/panda/direct/particles/__init__.py old mode 100644 new mode 100755 diff --git a/panda/direct/physics/FallTest.py b/panda/direct/physics/FallTest.py old mode 100644 new mode 100755 diff --git a/panda/direct/physics/RotationTest.py b/panda/direct/physics/RotationTest.py old mode 100644 new mode 100755 diff --git a/panda/direct/physics/__init__.py b/panda/direct/physics/__init__.py old mode 100644 new mode 100755 diff --git a/panda/direct/plugin/FileSpec.py b/panda/direct/plugin/FileSpec.py old mode 100644 new mode 100755 diff --git a/panda/direct/plugin_installer/make_installer.py b/panda/direct/plugin_installer/make_installer.py old mode 100644 new mode 100755 diff --git a/panda/direct/plugin_installer/make_xpi.py b/panda/direct/plugin_installer/make_xpi.py old mode 100644 new mode 100755 diff --git a/panda/direct/plugin_npapi/make_osx_bundle.py b/panda/direct/plugin_npapi/make_osx_bundle.py old mode 100644 new mode 100755 diff --git a/panda/direct/plugin_standalone/make_osx_bundle.py b/panda/direct/plugin_standalone/make_osx_bundle.py old mode 100644 new mode 100755 diff --git a/panda/direct/pyinst/Builder.py b/panda/direct/pyinst/Builder.py old mode 100644 new mode 100755 diff --git a/panda/direct/pyinst/__init__.py b/panda/direct/pyinst/__init__.py old mode 100644 new mode 100755 diff --git a/panda/direct/pyinst/archive.py b/panda/direct/pyinst/archive.py old mode 100644 new mode 100755 diff --git a/panda/direct/pyinst/archive_rt.py b/panda/direct/pyinst/archive_rt.py old mode 100644 new mode 100755 diff --git a/panda/direct/pyinst/archivebuilder.py b/panda/direct/pyinst/archivebuilder.py old mode 100644 new mode 100755 diff --git a/panda/direct/pyinst/bindepend.py b/panda/direct/pyinst/bindepend.py old mode 100644 new mode 100755 diff --git a/panda/direct/pyinst/carchive.py b/panda/direct/pyinst/carchive.py old mode 100644 new mode 100755 diff --git a/panda/direct/pyinst/carchive_rt.py b/panda/direct/pyinst/carchive_rt.py old mode 100644 new mode 100755 diff --git a/panda/direct/pyinst/finder.py b/panda/direct/pyinst/finder.py old mode 100644 new mode 100755 diff --git a/panda/direct/pyinst/icon.py b/panda/direct/pyinst/icon.py old mode 100644 new mode 100755 diff --git a/panda/direct/pyinst/imputil.py b/panda/direct/pyinst/imputil.py old mode 100644 new mode 100755 diff --git a/panda/direct/pyinst/installutils.py b/panda/direct/pyinst/installutils.py old mode 100644 new mode 100755 diff --git a/panda/direct/pyinst/ltoc.py b/panda/direct/pyinst/ltoc.py old mode 100644 new mode 100755 diff --git a/panda/direct/pyinst/mkarchive.py b/panda/direct/pyinst/mkarchive.py old mode 100644 new mode 100755 diff --git a/panda/direct/pyinst/modulefinder.py b/panda/direct/pyinst/modulefinder.py old mode 100644 new mode 100755 diff --git a/panda/direct/pyinst/resource.py b/panda/direct/pyinst/resource.py old mode 100644 new mode 100755 diff --git a/panda/direct/pyinst/tocfilter.py b/panda/direct/pyinst/tocfilter.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/AppRunnerGlobal.py b/panda/direct/showbase/AppRunnerGlobal.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/Audio3DManager.py b/panda/direct/showbase/Audio3DManager.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/BpDb.py b/panda/direct/showbase/BpDb.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/BufferViewer.py b/panda/direct/showbase/BufferViewer.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/BulletinBoard.py b/panda/direct/showbase/BulletinBoard.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/BulletinBoardGlobal.py b/panda/direct/showbase/BulletinBoardGlobal.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/BulletinBoardWatcher.py b/panda/direct/showbase/BulletinBoardWatcher.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/ContainerLeakDetector.py b/panda/direct/showbase/ContainerLeakDetector.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/ContainerReport.py b/panda/direct/showbase/ContainerReport.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/CountedResource.py b/panda/direct/showbase/CountedResource.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/DirectObject.py b/panda/direct/showbase/DirectObject.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/DistancePhasedNode.py b/panda/direct/showbase/DistancePhasedNode.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/ElementTree.py b/panda/direct/showbase/ElementTree.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/EventGroup.py b/panda/direct/showbase/EventGroup.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/EventManager.py b/panda/direct/showbase/EventManager.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/EventManagerGlobal.py b/panda/direct/showbase/EventManagerGlobal.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/ExcelHandler.py b/panda/direct/showbase/ExcelHandler.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/ExceptionVarDump.py b/panda/direct/showbase/ExceptionVarDump.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/Factory.py b/panda/direct/showbase/Factory.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/FindCtaPaths.py b/panda/direct/showbase/FindCtaPaths.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/Finder.py b/panda/direct/showbase/Finder.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/GarbageReport.py b/panda/direct/showbase/GarbageReport.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/GarbageReportScheduler.py b/panda/direct/showbase/GarbageReportScheduler.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/HTMLTree.py b/panda/direct/showbase/HTMLTree.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/InputStateGlobal.py b/panda/direct/showbase/InputStateGlobal.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/Job.py b/panda/direct/showbase/Job.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/JobManager.py b/panda/direct/showbase/JobManager.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/JobManagerGlobal.py b/panda/direct/showbase/JobManagerGlobal.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/LazySort.py b/panda/direct/showbase/LazySort.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/LeakDetectors.py b/panda/direct/showbase/LeakDetectors.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/LerpBlendHelpers.py b/panda/direct/showbase/LerpBlendHelpers.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/Loader.py b/panda/direct/showbase/Loader.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/Messenger.py b/panda/direct/showbase/Messenger.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/MessengerGlobal.py b/panda/direct/showbase/MessengerGlobal.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/MessengerLeakDetector.py b/panda/direct/showbase/MessengerLeakDetector.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/MirrorDemo.py b/panda/direct/showbase/MirrorDemo.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/ObjectPool.py b/panda/direct/showbase/ObjectPool.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/ObjectReport.py b/panda/direct/showbase/ObjectReport.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/OnScreenDebug.py b/panda/direct/showbase/OnScreenDebug.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/PandaObject.py b/panda/direct/showbase/PandaObject.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/PhasedObject.py b/panda/direct/showbase/PhasedObject.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/PhysicsManagerGlobal.py b/panda/direct/showbase/PhysicsManagerGlobal.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/Pool.py b/panda/direct/showbase/Pool.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/ProfileSession.py b/panda/direct/showbase/ProfileSession.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/PythonUtil.py b/panda/direct/showbase/PythonUtil.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/RandomNumGen.py b/panda/direct/showbase/RandomNumGen.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/ReferrerSearch.py b/panda/direct/showbase/ReferrerSearch.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/SfxPlayer.py b/panda/direct/showbase/SfxPlayer.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/ShadowDemo.py b/panda/direct/showbase/ShadowDemo.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/ShadowPlacer.py b/panda/direct/showbase/ShadowPlacer.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/ShowBase.py b/panda/direct/showbase/ShowBase.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/ShowBaseGlobal.py b/panda/direct/showbase/ShowBaseGlobal.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/TaskThreaded.py b/panda/direct/showbase/TaskThreaded.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/ThreeUpShow.py b/panda/direct/showbase/ThreeUpShow.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/TkGlobal.py b/panda/direct/showbase/TkGlobal.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/Transitions.py b/panda/direct/showbase/Transitions.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/VFSImporter.py b/panda/direct/showbase/VFSImporter.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/VerboseImport.py b/panda/direct/showbase/VerboseImport.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/WxGlobal.py b/panda/direct/showbase/WxGlobal.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/__init__.py b/panda/direct/showbase/__init__.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/pandaSqueezeTool.py b/panda/direct/showbase/pandaSqueezeTool.py old mode 100644 new mode 100755 diff --git a/panda/direct/showbase/pandaSqueezer.py b/panda/direct/showbase/pandaSqueezer.py old mode 100644 new mode 100755 diff --git a/panda/direct/showutil/BuildGeometry.py b/panda/direct/showutil/BuildGeometry.py old mode 100644 new mode 100755 diff --git a/panda/direct/showutil/Effects.py b/panda/direct/showutil/Effects.py old mode 100644 new mode 100755 diff --git a/panda/direct/showutil/FreezeTool.py b/panda/direct/showutil/FreezeTool.py old mode 100644 new mode 100755 diff --git a/panda/direct/showutil/Rope.py b/panda/direct/showutil/Rope.py old mode 100644 new mode 100755 diff --git a/panda/direct/showutil/TexMemWatcher.py b/panda/direct/showutil/TexMemWatcher.py old mode 100644 new mode 100755 diff --git a/panda/direct/showutil/TexViewer.py b/panda/direct/showutil/TexViewer.py old mode 100644 new mode 100755 diff --git a/panda/direct/showutil/__init__.py b/panda/direct/showutil/__init__.py old mode 100644 new mode 100755 diff --git a/panda/direct/showutil/pfreeze.py b/panda/direct/showutil/pfreeze.py old mode 100644 new mode 100755 diff --git a/panda/direct/stdpy/__init__.py b/panda/direct/stdpy/__init__.py old mode 100644 new mode 100755 diff --git a/panda/direct/stdpy/file.py b/panda/direct/stdpy/file.py old mode 100644 new mode 100755 diff --git a/panda/direct/stdpy/glob.py b/panda/direct/stdpy/glob.py old mode 100644 new mode 100755 diff --git a/panda/direct/stdpy/pickle.py b/panda/direct/stdpy/pickle.py old mode 100644 new mode 100755 diff --git a/panda/direct/stdpy/thread.py b/panda/direct/stdpy/thread.py old mode 100644 new mode 100755 diff --git a/panda/direct/stdpy/threading.py b/panda/direct/stdpy/threading.py old mode 100644 new mode 100755 diff --git a/panda/direct/stdpy/threading2.py b/panda/direct/stdpy/threading2.py old mode 100644 new mode 100755 diff --git a/panda/direct/task/FrameProfiler.py b/panda/direct/task/FrameProfiler.py old mode 100644 new mode 100755 diff --git a/panda/direct/task/MiniTask.py b/panda/direct/task/MiniTask.py old mode 100644 new mode 100755 diff --git a/panda/direct/task/Task.py b/panda/direct/task/Task.py old mode 100644 new mode 100755 diff --git a/panda/direct/task/TaskManagerGlobal.py b/panda/direct/task/TaskManagerGlobal.py old mode 100644 new mode 100755 diff --git a/panda/direct/task/TaskProfiler.py b/panda/direct/task/TaskProfiler.py old mode 100644 new mode 100755 diff --git a/panda/direct/task/TaskTester.py b/panda/direct/task/TaskTester.py old mode 100644 new mode 100755 diff --git a/panda/direct/task/Timer.py b/panda/direct/task/Timer.py old mode 100644 new mode 100755 diff --git a/panda/direct/task/__init__.py b/panda/direct/task/__init__.py old mode 100644 new mode 100755 diff --git a/panda/direct/test/ModelScreenShot.py b/panda/direct/test/ModelScreenShot.py old mode 100644 new mode 100755 diff --git a/panda/direct/test/ModelScreenShotGlobals.py b/panda/direct/test/ModelScreenShotGlobals.py old mode 100644 new mode 100755 diff --git a/panda/direct/test/__init__.py b/panda/direct/test/__init__.py old mode 100644 new mode 100755 diff --git a/panda/direct/tkpanels/AnimPanel.py b/panda/direct/tkpanels/AnimPanel.py old mode 100644 new mode 100755 diff --git a/panda/direct/tkpanels/DirectSessionPanel.py b/panda/direct/tkpanels/DirectSessionPanel.py old mode 100644 new mode 100755 diff --git a/panda/direct/tkpanels/FSMInspector.py b/panda/direct/tkpanels/FSMInspector.py old mode 100644 new mode 100755 diff --git a/panda/direct/tkpanels/Inspector.py b/panda/direct/tkpanels/Inspector.py old mode 100644 new mode 100755 diff --git a/panda/direct/tkpanels/MopathRecorder.py b/panda/direct/tkpanels/MopathRecorder.py old mode 100644 new mode 100755 diff --git a/panda/direct/tkpanels/NotifyPanel.py b/panda/direct/tkpanels/NotifyPanel.py old mode 100644 new mode 100755 diff --git a/panda/direct/tkpanels/ParticlePanel.py b/panda/direct/tkpanels/ParticlePanel.py old mode 100644 new mode 100755 diff --git a/panda/direct/tkpanels/Placer.py b/panda/direct/tkpanels/Placer.py old mode 100644 new mode 100755 diff --git a/panda/direct/tkpanels/TaskManagerPanel.py b/panda/direct/tkpanels/TaskManagerPanel.py old mode 100644 new mode 100755 diff --git a/panda/direct/tkpanels/__init__.py b/panda/direct/tkpanels/__init__.py old mode 100644 new mode 100755 diff --git a/panda/direct/tkwidgets/AppShell.py b/panda/direct/tkwidgets/AppShell.py old mode 100644 new mode 100755 diff --git a/panda/direct/tkwidgets/Dial.py b/panda/direct/tkwidgets/Dial.py old mode 100644 new mode 100755 diff --git a/panda/direct/tkwidgets/EntryScale.py b/panda/direct/tkwidgets/EntryScale.py old mode 100644 new mode 100755 diff --git a/panda/direct/tkwidgets/Floater.py b/panda/direct/tkwidgets/Floater.py old mode 100644 new mode 100755 diff --git a/panda/direct/tkwidgets/MemoryExplorer.py b/panda/direct/tkwidgets/MemoryExplorer.py old mode 100644 new mode 100755 diff --git a/panda/direct/tkwidgets/ProgressBar.py b/panda/direct/tkwidgets/ProgressBar.py old mode 100644 new mode 100755 diff --git a/panda/direct/tkwidgets/SceneGraphExplorer.py b/panda/direct/tkwidgets/SceneGraphExplorer.py old mode 100644 new mode 100755 diff --git a/panda/direct/tkwidgets/Slider.py b/panda/direct/tkwidgets/Slider.py old mode 100644 new mode 100755 diff --git a/panda/direct/tkwidgets/Tree.py b/panda/direct/tkwidgets/Tree.py old mode 100644 new mode 100755 diff --git a/panda/direct/tkwidgets/Valuator.py b/panda/direct/tkwidgets/Valuator.py old mode 100644 new mode 100755 diff --git a/panda/direct/tkwidgets/VectorWidgets.py b/panda/direct/tkwidgets/VectorWidgets.py old mode 100644 new mode 100755 diff --git a/panda/direct/tkwidgets/WidgetPropertiesDialog.py b/panda/direct/tkwidgets/WidgetPropertiesDialog.py old mode 100644 new mode 100755 diff --git a/panda/direct/tkwidgets/__init__.py b/panda/direct/tkwidgets/__init__.py old mode 100644 new mode 100755 diff --git a/panda/direct/wxwidgets/ViewPort.py b/panda/direct/wxwidgets/ViewPort.py old mode 100644 new mode 100755 diff --git a/panda/direct/wxwidgets/WxAppShell.py b/panda/direct/wxwidgets/WxAppShell.py old mode 100644 new mode 100755 diff --git a/panda/direct/wxwidgets/WxPandaShell.py b/panda/direct/wxwidgets/WxPandaShell.py old mode 100644 new mode 100755 diff --git a/panda/direct/wxwidgets/WxPandaStart.py b/panda/direct/wxwidgets/WxPandaStart.py old mode 100644 new mode 100755 diff --git a/panda/direct/wxwidgets/WxPandaWindow.py b/panda/direct/wxwidgets/WxPandaWindow.py old mode 100644 new mode 100755 diff --git a/panda/direct/wxwidgets/WxSlider.py b/panda/direct/wxwidgets/WxSlider.py old mode 100644 new mode 100755 diff --git a/panda/direct/wxwidgets/__init__.py b/panda/direct/wxwidgets/__init__.py old mode 100644 new mode 100755 diff --git a/panda/etc/Confauto.prc b/panda/etc/Confauto.prc old mode 100644 new mode 100755 diff --git a/panda/etc/Config.prc b/panda/etc/Config.prc old mode 100644 new mode 100755 diff --git a/panda/panda3d/__init__.py b/panda/panda3d/__init__.py old mode 100644 new mode 100755 diff --git a/panda/panda3d/core.pyd b/panda/panda3d/core.pyd old mode 100644 new mode 100755 diff --git a/panda/panda3d/direct.pyd b/panda/panda3d/direct.pyd old mode 100644 new mode 100755 diff --git a/panda/panda3d/egg.pyd b/panda/panda3d/egg.pyd old mode 100644 new mode 100755 diff --git a/panda/panda3d/fx.pyd b/panda/panda3d/fx.pyd old mode 100644 new mode 100755 diff --git a/panda/panda3d/ode.pyd b/panda/panda3d/ode.pyd old mode 100644 new mode 100755 diff --git a/panda/panda3d/physics.pyd b/panda/panda3d/physics.pyd old mode 100644 new mode 100755 diff --git a/panda/panda3d/skel.pyd b/panda/panda3d/skel.pyd old mode 100644 new mode 100755 diff --git a/panda/pandac/PandaModules.py b/panda/pandac/PandaModules.py old mode 100644 new mode 100755 diff --git a/panda/pandac/__init__.py b/panda/pandac/__init__.py old mode 100644 new mode 100755 diff --git a/panda/pandac/extension_native_helpers.py b/panda/pandac/extension_native_helpers.py old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3audio.in b/panda/pandac/input/libp3audio.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3chan.in b/panda/pandac/input/libp3chan.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3char.in b/panda/pandac/input/libp3char.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3collide.in b/panda/pandac/input/libp3collide.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3cull.in b/panda/pandac/input/libp3cull.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3dcparser.in b/panda/pandac/input/libp3dcparser.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3deadrec.in b/panda/pandac/input/libp3deadrec.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3device.in b/panda/pandac/input/libp3device.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3dgraph.in b/panda/pandac/input/libp3dgraph.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3display.in b/panda/pandac/input/libp3display.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3distort.in b/panda/pandac/input/libp3distort.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3distributed.in b/panda/pandac/input/libp3distributed.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3downloader.in b/panda/pandac/input/libp3downloader.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3dxml.in b/panda/pandac/input/libp3dxml.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3egg.in b/panda/pandac/input/libp3egg.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3egg2pg.in b/panda/pandac/input/libp3egg2pg.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3event.in b/panda/pandac/input/libp3event.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3express.in b/panda/pandac/input/libp3express.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3gobj.in b/panda/pandac/input/libp3gobj.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3grutil.in b/panda/pandac/input/libp3grutil.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3gsgbase.in b/panda/pandac/input/libp3gsgbase.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3interval.in b/panda/pandac/input/libp3interval.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3linmath.in b/panda/pandac/input/libp3linmath.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3mathutil.in b/panda/pandac/input/libp3mathutil.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3movies.in b/panda/pandac/input/libp3movies.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3nativenet.in b/panda/pandac/input/libp3nativenet.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3net.in b/panda/pandac/input/libp3net.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3parametrics.in b/panda/pandac/input/libp3parametrics.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3particlesystem.in b/panda/pandac/input/libp3particlesystem.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3pgraph.in b/panda/pandac/input/libp3pgraph.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3pgraphnodes.in b/panda/pandac/input/libp3pgraphnodes.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3pgui.in b/panda/pandac/input/libp3pgui.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3physics.in b/panda/pandac/input/libp3physics.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3pipeline.in b/panda/pandac/input/libp3pipeline.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3pnmimage.in b/panda/pandac/input/libp3pnmimage.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3pnmtext.in b/panda/pandac/input/libp3pnmtext.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3pstatclient.in b/panda/pandac/input/libp3pstatclient.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3putil.in b/panda/pandac/input/libp3putil.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3recorder.in b/panda/pandac/input/libp3recorder.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3showbase.in b/panda/pandac/input/libp3showbase.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3skel.in b/panda/pandac/input/libp3skel.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3text.in b/panda/pandac/input/libp3text.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libp3tform.in b/panda/pandac/input/libp3tform.in old mode 100644 new mode 100755 diff --git a/panda/pandac/input/libpandaode.in b/panda/pandac/input/libpandaode.in old mode 100644 new mode 100755 diff --git a/panda/pandac/panda3dCoreModules.py b/panda/pandac/panda3dCoreModules.py old mode 100644 new mode 100755 diff --git a/panda/pandac/panda3dDirectModules.py b/panda/pandac/panda3dDirectModules.py old mode 100644 new mode 100755 diff --git a/panda/pandac/panda3dEggModules.py b/panda/pandac/panda3dEggModules.py old mode 100644 new mode 100755 diff --git a/panda/pandac/panda3dFxModules.py b/panda/pandac/panda3dFxModules.py old mode 100644 new mode 100755 diff --git a/panda/pandac/panda3dOdeModules.py b/panda/pandac/panda3dOdeModules.py old mode 100644 new mode 100755 diff --git a/panda/pandac/panda3dPhysicsModules.py b/panda/pandac/panda3dPhysicsModules.py old mode 100644 new mode 100755 diff --git a/panda/pandac/panda3dSkelModules.py b/panda/pandac/panda3dSkelModules.py old mode 100644 new mode 100755 diff --git a/panda/python/DLLs/__init__.py b/panda/python/DLLs/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/DLLs/_bsddb.pyd b/panda/python/DLLs/_bsddb.pyd old mode 100644 new mode 100755 diff --git a/panda/python/DLLs/_ctypes.pyd b/panda/python/DLLs/_ctypes.pyd old mode 100644 new mode 100755 diff --git a/panda/python/DLLs/_ctypes_test.pyd b/panda/python/DLLs/_ctypes_test.pyd old mode 100644 new mode 100755 diff --git a/panda/python/DLLs/_elementtree.pyd b/panda/python/DLLs/_elementtree.pyd old mode 100644 new mode 100755 diff --git a/panda/python/DLLs/_hashlib.pyd b/panda/python/DLLs/_hashlib.pyd old mode 100644 new mode 100755 diff --git a/panda/python/DLLs/_msi.pyd b/panda/python/DLLs/_msi.pyd old mode 100644 new mode 100755 diff --git a/panda/python/DLLs/_multiprocessing.pyd b/panda/python/DLLs/_multiprocessing.pyd old mode 100644 new mode 100755 diff --git a/panda/python/DLLs/_socket.pyd b/panda/python/DLLs/_socket.pyd old mode 100644 new mode 100755 diff --git a/panda/python/DLLs/_sqlite3.pyd b/panda/python/DLLs/_sqlite3.pyd old mode 100644 new mode 100755 diff --git a/panda/python/DLLs/_ssl.pyd b/panda/python/DLLs/_ssl.pyd old mode 100644 new mode 100755 diff --git a/panda/python/DLLs/_testcapi.pyd b/panda/python/DLLs/_testcapi.pyd old mode 100644 new mode 100755 diff --git a/panda/python/DLLs/_tkinter.pyd b/panda/python/DLLs/_tkinter.pyd old mode 100644 new mode 100755 diff --git a/panda/python/DLLs/bz2.pyd b/panda/python/DLLs/bz2.pyd old mode 100644 new mode 100755 diff --git a/panda/python/DLLs/py.ico b/panda/python/DLLs/py.ico old mode 100644 new mode 100755 diff --git a/panda/python/DLLs/pyc.ico b/panda/python/DLLs/pyc.ico old mode 100644 new mode 100755 diff --git a/panda/python/DLLs/pyexpat.pyd b/panda/python/DLLs/pyexpat.pyd old mode 100644 new mode 100755 diff --git a/panda/python/DLLs/select.pyd b/panda/python/DLLs/select.pyd old mode 100644 new mode 100755 diff --git a/panda/python/DLLs/sqlite3.dll b/panda/python/DLLs/sqlite3.dll old mode 100644 new mode 100755 diff --git a/panda/python/DLLs/tcl85.dll b/panda/python/DLLs/tcl85.dll old mode 100644 new mode 100755 diff --git a/panda/python/DLLs/tclpip85.dll b/panda/python/DLLs/tclpip85.dll old mode 100644 new mode 100755 diff --git a/panda/python/DLLs/tk85.dll b/panda/python/DLLs/tk85.dll old mode 100644 new mode 100755 diff --git a/panda/python/DLLs/unicodedata.pyd b/panda/python/DLLs/unicodedata.pyd old mode 100644 new mode 100755 diff --git a/panda/python/DLLs/winsound.pyd b/panda/python/DLLs/winsound.pyd old mode 100644 new mode 100755 diff --git a/panda/python/Lib/BaseHTTPServer.py b/panda/python/Lib/BaseHTTPServer.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/Bastion.py b/panda/python/Lib/Bastion.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/CGIHTTPServer.py b/panda/python/Lib/CGIHTTPServer.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/ConfigParser.py b/panda/python/Lib/ConfigParser.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/Cookie.py b/panda/python/Lib/Cookie.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/DocXMLRPCServer.py b/panda/python/Lib/DocXMLRPCServer.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/HTMLParser.py b/panda/python/Lib/HTMLParser.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/JOD/JamoDrum.py b/panda/python/Lib/JOD/JamoDrum.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/JOD/JamoDrumNodePath.py b/panda/python/Lib/JOD/JamoDrumNodePath.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/JOD/NewJamoDrum.py b/panda/python/Lib/JOD/NewJamoDrum.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/JOD/__init__.py b/panda/python/Lib/JOD/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/JOD/jod_mask.png b/panda/python/Lib/JOD/jod_mask.png old mode 100644 new mode 100755 diff --git a/panda/python/Lib/MimeWriter.py b/panda/python/Lib/MimeWriter.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/Queue.py b/panda/python/Lib/Queue.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/SimpleHTTPServer.py b/panda/python/Lib/SimpleHTTPServer.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/SimpleXMLRPCServer.py b/panda/python/Lib/SimpleXMLRPCServer.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/SocketServer.py b/panda/python/Lib/SocketServer.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/StringIO.py b/panda/python/Lib/StringIO.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/UserDict.py b/panda/python/Lib/UserDict.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/UserList.py b/panda/python/Lib/UserList.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/UserString.py b/panda/python/Lib/UserString.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/_LWPCookieJar.py b/panda/python/Lib/_LWPCookieJar.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/_MozillaCookieJar.py b/panda/python/Lib/_MozillaCookieJar.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/__future__.py b/panda/python/Lib/__future__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/__init__.py b/panda/python/Lib/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/__phello__.foo.py b/panda/python/Lib/__phello__.foo.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/_abcoll.py b/panda/python/Lib/_abcoll.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/_osx_support.py b/panda/python/Lib/_osx_support.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/_pyio.py b/panda/python/Lib/_pyio.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/_strptime.py b/panda/python/Lib/_strptime.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/_threading_local.py b/panda/python/Lib/_threading_local.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/_weakrefset.py b/panda/python/Lib/_weakrefset.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/abc.py b/panda/python/Lib/abc.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/aifc.py b/panda/python/Lib/aifc.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/antigravity.py b/panda/python/Lib/antigravity.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/anydbm.py b/panda/python/Lib/anydbm.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/argparse.py b/panda/python/Lib/argparse.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/ast.py b/panda/python/Lib/ast.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/asynchat.py b/panda/python/Lib/asynchat.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/asyncore.py b/panda/python/Lib/asyncore.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/atexit.py b/panda/python/Lib/atexit.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/audiodev.py b/panda/python/Lib/audiodev.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/base64.py b/panda/python/Lib/base64.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/bdb.py b/panda/python/Lib/bdb.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/binhex.py b/panda/python/Lib/binhex.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/bisect.py b/panda/python/Lib/bisect.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/bsddb/__init__.py b/panda/python/Lib/bsddb/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/bsddb/db.py b/panda/python/Lib/bsddb/db.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/bsddb/dbobj.py b/panda/python/Lib/bsddb/dbobj.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/bsddb/dbrecio.py b/panda/python/Lib/bsddb/dbrecio.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/bsddb/dbshelve.py b/panda/python/Lib/bsddb/dbshelve.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/bsddb/dbtables.py b/panda/python/Lib/bsddb/dbtables.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/bsddb/dbutils.py b/panda/python/Lib/bsddb/dbutils.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/cProfile.py b/panda/python/Lib/cProfile.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/calendar.py b/panda/python/Lib/calendar.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/cgi.py b/panda/python/Lib/cgi.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/cgitb.py b/panda/python/Lib/cgitb.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/chunk.py b/panda/python/Lib/chunk.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/cmd.py b/panda/python/Lib/cmd.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/code.py b/panda/python/Lib/code.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/codecs.py b/panda/python/Lib/codecs.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/codeop.py b/panda/python/Lib/codeop.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/collections.py b/panda/python/Lib/collections.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/colorsys.py b/panda/python/Lib/colorsys.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/commands.py b/panda/python/Lib/commands.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/compileall.py b/panda/python/Lib/compileall.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/compiler/__init__.py b/panda/python/Lib/compiler/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/compiler/ast.py b/panda/python/Lib/compiler/ast.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/compiler/consts.py b/panda/python/Lib/compiler/consts.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/compiler/future.py b/panda/python/Lib/compiler/future.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/compiler/misc.py b/panda/python/Lib/compiler/misc.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/compiler/pyassem.py b/panda/python/Lib/compiler/pyassem.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/compiler/pycodegen.py b/panda/python/Lib/compiler/pycodegen.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/compiler/symbols.py b/panda/python/Lib/compiler/symbols.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/compiler/syntax.py b/panda/python/Lib/compiler/syntax.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/compiler/transformer.py b/panda/python/Lib/compiler/transformer.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/compiler/visitor.py b/panda/python/Lib/compiler/visitor.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/contextlib.py b/panda/python/Lib/contextlib.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/cookielib.py b/panda/python/Lib/cookielib.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/copy.py b/panda/python/Lib/copy.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/copy_reg.py b/panda/python/Lib/copy_reg.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/csv.py b/panda/python/Lib/csv.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/ctypes/__init__.py b/panda/python/Lib/ctypes/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/ctypes/_endian.py b/panda/python/Lib/ctypes/_endian.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/ctypes/macholib/__init__.py b/panda/python/Lib/ctypes/macholib/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/ctypes/macholib/dyld.py b/panda/python/Lib/ctypes/macholib/dyld.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/ctypes/macholib/dylib.py b/panda/python/Lib/ctypes/macholib/dylib.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/ctypes/macholib/framework.py b/panda/python/Lib/ctypes/macholib/framework.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/ctypes/util.py b/panda/python/Lib/ctypes/util.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/ctypes/wintypes.py b/panda/python/Lib/ctypes/wintypes.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/curses/__init__.py b/panda/python/Lib/curses/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/curses/ascii.py b/panda/python/Lib/curses/ascii.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/curses/has_key.py b/panda/python/Lib/curses/has_key.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/curses/panel.py b/panda/python/Lib/curses/panel.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/curses/textpad.py b/panda/python/Lib/curses/textpad.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/curses/wrapper.py b/panda/python/Lib/curses/wrapper.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/dbhash.py b/panda/python/Lib/dbhash.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/decimal.py b/panda/python/Lib/decimal.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/difflib.py b/panda/python/Lib/difflib.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/dircache.py b/panda/python/Lib/dircache.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/dis.py b/panda/python/Lib/dis.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/__init__.py b/panda/python/Lib/distutils/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/archive_util.py b/panda/python/Lib/distutils/archive_util.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/bcppcompiler.py b/panda/python/Lib/distutils/bcppcompiler.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/ccompiler.py b/panda/python/Lib/distutils/ccompiler.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/cmd.py b/panda/python/Lib/distutils/cmd.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/command/__init__.py b/panda/python/Lib/distutils/command/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/command/bdist.py b/panda/python/Lib/distutils/command/bdist.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/command/bdist_dumb.py b/panda/python/Lib/distutils/command/bdist_dumb.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/command/bdist_msi.py b/panda/python/Lib/distutils/command/bdist_msi.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/command/bdist_rpm.py b/panda/python/Lib/distutils/command/bdist_rpm.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/command/bdist_wininst.py b/panda/python/Lib/distutils/command/bdist_wininst.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/command/build.py b/panda/python/Lib/distutils/command/build.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/command/build_clib.py b/panda/python/Lib/distutils/command/build_clib.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/command/build_ext.py b/panda/python/Lib/distutils/command/build_ext.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/command/build_py.py b/panda/python/Lib/distutils/command/build_py.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/command/build_scripts.py b/panda/python/Lib/distutils/command/build_scripts.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/command/check.py b/panda/python/Lib/distutils/command/check.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/command/clean.py b/panda/python/Lib/distutils/command/clean.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/command/config.py b/panda/python/Lib/distutils/command/config.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/command/install.py b/panda/python/Lib/distutils/command/install.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/command/install_data.py b/panda/python/Lib/distutils/command/install_data.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/command/install_egg_info.py b/panda/python/Lib/distutils/command/install_egg_info.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/command/install_headers.py b/panda/python/Lib/distutils/command/install_headers.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/command/install_lib.py b/panda/python/Lib/distutils/command/install_lib.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/command/install_scripts.py b/panda/python/Lib/distutils/command/install_scripts.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/command/register.py b/panda/python/Lib/distutils/command/register.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/command/sdist.py b/panda/python/Lib/distutils/command/sdist.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/command/upload.py b/panda/python/Lib/distutils/command/upload.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/command/wininst-6.0.exe b/panda/python/Lib/distutils/command/wininst-6.0.exe old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/command/wininst-7.1.exe b/panda/python/Lib/distutils/command/wininst-7.1.exe old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/command/wininst-8.0.exe b/panda/python/Lib/distutils/command/wininst-8.0.exe old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/command/wininst-9.0-amd64.exe b/panda/python/Lib/distutils/command/wininst-9.0-amd64.exe old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/command/wininst-9.0.exe b/panda/python/Lib/distutils/command/wininst-9.0.exe old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/config.py b/panda/python/Lib/distutils/config.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/core.py b/panda/python/Lib/distutils/core.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/cygwinccompiler.py b/panda/python/Lib/distutils/cygwinccompiler.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/debug.py b/panda/python/Lib/distutils/debug.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/dep_util.py b/panda/python/Lib/distutils/dep_util.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/dir_util.py b/panda/python/Lib/distutils/dir_util.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/dist.py b/panda/python/Lib/distutils/dist.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/emxccompiler.py b/panda/python/Lib/distutils/emxccompiler.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/errors.py b/panda/python/Lib/distutils/errors.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/extension.py b/panda/python/Lib/distutils/extension.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/fancy_getopt.py b/panda/python/Lib/distutils/fancy_getopt.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/file_util.py b/panda/python/Lib/distutils/file_util.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/filelist.py b/panda/python/Lib/distutils/filelist.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/log.py b/panda/python/Lib/distutils/log.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/msvc9compiler.py b/panda/python/Lib/distutils/msvc9compiler.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/msvccompiler.py b/panda/python/Lib/distutils/msvccompiler.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/spawn.py b/panda/python/Lib/distutils/spawn.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/sysconfig.py b/panda/python/Lib/distutils/sysconfig.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/text_file.py b/panda/python/Lib/distutils/text_file.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/unixccompiler.py b/panda/python/Lib/distutils/unixccompiler.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/util.py b/panda/python/Lib/distutils/util.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/version.py b/panda/python/Lib/distutils/version.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/distutils/versionpredicate.py b/panda/python/Lib/distutils/versionpredicate.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/doctest.py b/panda/python/Lib/doctest.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/dumbdbm.py b/panda/python/Lib/dumbdbm.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/dummy_thread.py b/panda/python/Lib/dummy_thread.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/dummy_threading.py b/panda/python/Lib/dummy_threading.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/email/__init__.py b/panda/python/Lib/email/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/email/_parseaddr.py b/panda/python/Lib/email/_parseaddr.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/email/base64mime.py b/panda/python/Lib/email/base64mime.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/email/charset.py b/panda/python/Lib/email/charset.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/email/encoders.py b/panda/python/Lib/email/encoders.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/email/errors.py b/panda/python/Lib/email/errors.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/email/feedparser.py b/panda/python/Lib/email/feedparser.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/email/generator.py b/panda/python/Lib/email/generator.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/email/header.py b/panda/python/Lib/email/header.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/email/iterators.py b/panda/python/Lib/email/iterators.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/email/message.py b/panda/python/Lib/email/message.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/email/mime/__init__.py b/panda/python/Lib/email/mime/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/email/mime/application.py b/panda/python/Lib/email/mime/application.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/email/mime/audio.py b/panda/python/Lib/email/mime/audio.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/email/mime/base.py b/panda/python/Lib/email/mime/base.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/email/mime/image.py b/panda/python/Lib/email/mime/image.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/email/mime/message.py b/panda/python/Lib/email/mime/message.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/email/mime/multipart.py b/panda/python/Lib/email/mime/multipart.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/email/mime/nonmultipart.py b/panda/python/Lib/email/mime/nonmultipart.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/email/mime/text.py b/panda/python/Lib/email/mime/text.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/email/parser.py b/panda/python/Lib/email/parser.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/email/quoprimime.py b/panda/python/Lib/email/quoprimime.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/email/utils.py b/panda/python/Lib/email/utils.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/__init__.py b/panda/python/Lib/encodings/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/aliases.py b/panda/python/Lib/encodings/aliases.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/ascii.py b/panda/python/Lib/encodings/ascii.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/base64_codec.py b/panda/python/Lib/encodings/base64_codec.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/big5.py b/panda/python/Lib/encodings/big5.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/big5hkscs.py b/panda/python/Lib/encodings/big5hkscs.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/bz2_codec.py b/panda/python/Lib/encodings/bz2_codec.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/charmap.py b/panda/python/Lib/encodings/charmap.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp037.py b/panda/python/Lib/encodings/cp037.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp1006.py b/panda/python/Lib/encodings/cp1006.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp1026.py b/panda/python/Lib/encodings/cp1026.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp1140.py b/panda/python/Lib/encodings/cp1140.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp1250.py b/panda/python/Lib/encodings/cp1250.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp1251.py b/panda/python/Lib/encodings/cp1251.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp1252.py b/panda/python/Lib/encodings/cp1252.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp1253.py b/panda/python/Lib/encodings/cp1253.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp1254.py b/panda/python/Lib/encodings/cp1254.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp1255.py b/panda/python/Lib/encodings/cp1255.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp1256.py b/panda/python/Lib/encodings/cp1256.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp1257.py b/panda/python/Lib/encodings/cp1257.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp1258.py b/panda/python/Lib/encodings/cp1258.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp424.py b/panda/python/Lib/encodings/cp424.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp437.py b/panda/python/Lib/encodings/cp437.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp500.py b/panda/python/Lib/encodings/cp500.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp720.py b/panda/python/Lib/encodings/cp720.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp737.py b/panda/python/Lib/encodings/cp737.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp775.py b/panda/python/Lib/encodings/cp775.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp850.py b/panda/python/Lib/encodings/cp850.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp852.py b/panda/python/Lib/encodings/cp852.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp855.py b/panda/python/Lib/encodings/cp855.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp856.py b/panda/python/Lib/encodings/cp856.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp857.py b/panda/python/Lib/encodings/cp857.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp858.py b/panda/python/Lib/encodings/cp858.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp860.py b/panda/python/Lib/encodings/cp860.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp861.py b/panda/python/Lib/encodings/cp861.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp862.py b/panda/python/Lib/encodings/cp862.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp863.py b/panda/python/Lib/encodings/cp863.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp864.py b/panda/python/Lib/encodings/cp864.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp865.py b/panda/python/Lib/encodings/cp865.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp866.py b/panda/python/Lib/encodings/cp866.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp869.py b/panda/python/Lib/encodings/cp869.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp874.py b/panda/python/Lib/encodings/cp874.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp875.py b/panda/python/Lib/encodings/cp875.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp932.py b/panda/python/Lib/encodings/cp932.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp949.py b/panda/python/Lib/encodings/cp949.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/cp950.py b/panda/python/Lib/encodings/cp950.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/euc_jis_2004.py b/panda/python/Lib/encodings/euc_jis_2004.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/euc_jisx0213.py b/panda/python/Lib/encodings/euc_jisx0213.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/euc_jp.py b/panda/python/Lib/encodings/euc_jp.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/euc_kr.py b/panda/python/Lib/encodings/euc_kr.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/gb18030.py b/panda/python/Lib/encodings/gb18030.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/gb2312.py b/panda/python/Lib/encodings/gb2312.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/gbk.py b/panda/python/Lib/encodings/gbk.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/hex_codec.py b/panda/python/Lib/encodings/hex_codec.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/hp_roman8.py b/panda/python/Lib/encodings/hp_roman8.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/hz.py b/panda/python/Lib/encodings/hz.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/idna.py b/panda/python/Lib/encodings/idna.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/iso2022_jp.py b/panda/python/Lib/encodings/iso2022_jp.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/iso2022_jp_1.py b/panda/python/Lib/encodings/iso2022_jp_1.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/iso2022_jp_2.py b/panda/python/Lib/encodings/iso2022_jp_2.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/iso2022_jp_2004.py b/panda/python/Lib/encodings/iso2022_jp_2004.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/iso2022_jp_3.py b/panda/python/Lib/encodings/iso2022_jp_3.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/iso2022_jp_ext.py b/panda/python/Lib/encodings/iso2022_jp_ext.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/iso2022_kr.py b/panda/python/Lib/encodings/iso2022_kr.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/iso8859_1.py b/panda/python/Lib/encodings/iso8859_1.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/iso8859_10.py b/panda/python/Lib/encodings/iso8859_10.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/iso8859_11.py b/panda/python/Lib/encodings/iso8859_11.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/iso8859_13.py b/panda/python/Lib/encodings/iso8859_13.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/iso8859_14.py b/panda/python/Lib/encodings/iso8859_14.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/iso8859_15.py b/panda/python/Lib/encodings/iso8859_15.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/iso8859_16.py b/panda/python/Lib/encodings/iso8859_16.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/iso8859_2.py b/panda/python/Lib/encodings/iso8859_2.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/iso8859_3.py b/panda/python/Lib/encodings/iso8859_3.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/iso8859_4.py b/panda/python/Lib/encodings/iso8859_4.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/iso8859_5.py b/panda/python/Lib/encodings/iso8859_5.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/iso8859_6.py b/panda/python/Lib/encodings/iso8859_6.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/iso8859_7.py b/panda/python/Lib/encodings/iso8859_7.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/iso8859_8.py b/panda/python/Lib/encodings/iso8859_8.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/iso8859_9.py b/panda/python/Lib/encodings/iso8859_9.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/johab.py b/panda/python/Lib/encodings/johab.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/koi8_r.py b/panda/python/Lib/encodings/koi8_r.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/koi8_u.py b/panda/python/Lib/encodings/koi8_u.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/latin_1.py b/panda/python/Lib/encodings/latin_1.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/mac_arabic.py b/panda/python/Lib/encodings/mac_arabic.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/mac_centeuro.py b/panda/python/Lib/encodings/mac_centeuro.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/mac_croatian.py b/panda/python/Lib/encodings/mac_croatian.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/mac_cyrillic.py b/panda/python/Lib/encodings/mac_cyrillic.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/mac_farsi.py b/panda/python/Lib/encodings/mac_farsi.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/mac_greek.py b/panda/python/Lib/encodings/mac_greek.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/mac_iceland.py b/panda/python/Lib/encodings/mac_iceland.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/mac_latin2.py b/panda/python/Lib/encodings/mac_latin2.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/mac_roman.py b/panda/python/Lib/encodings/mac_roman.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/mac_romanian.py b/panda/python/Lib/encodings/mac_romanian.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/mac_turkish.py b/panda/python/Lib/encodings/mac_turkish.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/mbcs.py b/panda/python/Lib/encodings/mbcs.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/palmos.py b/panda/python/Lib/encodings/palmos.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/ptcp154.py b/panda/python/Lib/encodings/ptcp154.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/punycode.py b/panda/python/Lib/encodings/punycode.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/quopri_codec.py b/panda/python/Lib/encodings/quopri_codec.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/raw_unicode_escape.py b/panda/python/Lib/encodings/raw_unicode_escape.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/rot_13.py b/panda/python/Lib/encodings/rot_13.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/shift_jis.py b/panda/python/Lib/encodings/shift_jis.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/shift_jis_2004.py b/panda/python/Lib/encodings/shift_jis_2004.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/shift_jisx0213.py b/panda/python/Lib/encodings/shift_jisx0213.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/string_escape.py b/panda/python/Lib/encodings/string_escape.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/tis_620.py b/panda/python/Lib/encodings/tis_620.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/undefined.py b/panda/python/Lib/encodings/undefined.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/unicode_escape.py b/panda/python/Lib/encodings/unicode_escape.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/unicode_internal.py b/panda/python/Lib/encodings/unicode_internal.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/utf_16.py b/panda/python/Lib/encodings/utf_16.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/utf_16_be.py b/panda/python/Lib/encodings/utf_16_be.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/utf_16_le.py b/panda/python/Lib/encodings/utf_16_le.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/utf_32.py b/panda/python/Lib/encodings/utf_32.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/utf_32_be.py b/panda/python/Lib/encodings/utf_32_be.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/utf_32_le.py b/panda/python/Lib/encodings/utf_32_le.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/utf_7.py b/panda/python/Lib/encodings/utf_7.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/utf_8.py b/panda/python/Lib/encodings/utf_8.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/utf_8_sig.py b/panda/python/Lib/encodings/utf_8_sig.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/uu_codec.py b/panda/python/Lib/encodings/uu_codec.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/encodings/zlib_codec.py b/panda/python/Lib/encodings/zlib_codec.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/filecmp.py b/panda/python/Lib/filecmp.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/fileinput.py b/panda/python/Lib/fileinput.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/fnmatch.py b/panda/python/Lib/fnmatch.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/formatter.py b/panda/python/Lib/formatter.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/fpformat.py b/panda/python/Lib/fpformat.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/fractions.py b/panda/python/Lib/fractions.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/ftplib.py b/panda/python/Lib/ftplib.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/functools.py b/panda/python/Lib/functools.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/genericpath.py b/panda/python/Lib/genericpath.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/getopt.py b/panda/python/Lib/getopt.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/getpass.py b/panda/python/Lib/getpass.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/gettext.py b/panda/python/Lib/gettext.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/glob.py b/panda/python/Lib/glob.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/gzip.py b/panda/python/Lib/gzip.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/hashlib.py b/panda/python/Lib/hashlib.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/heapq.py b/panda/python/Lib/heapq.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/hmac.py b/panda/python/Lib/hmac.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/hotshot/__init__.py b/panda/python/Lib/hotshot/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/hotshot/log.py b/panda/python/Lib/hotshot/log.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/hotshot/stats.py b/panda/python/Lib/hotshot/stats.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/hotshot/stones.py b/panda/python/Lib/hotshot/stones.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/htmlentitydefs.py b/panda/python/Lib/htmlentitydefs.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/htmllib.py b/panda/python/Lib/htmllib.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/httplib.py b/panda/python/Lib/httplib.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/AutoComplete.py b/panda/python/Lib/idlelib/AutoComplete.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/AutoCompleteWindow.py b/panda/python/Lib/idlelib/AutoCompleteWindow.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/AutoExpand.py b/panda/python/Lib/idlelib/AutoExpand.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/Bindings.py b/panda/python/Lib/idlelib/Bindings.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/CREDITS.txt b/panda/python/Lib/idlelib/CREDITS.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/CallTipWindow.py b/panda/python/Lib/idlelib/CallTipWindow.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/CallTips.py b/panda/python/Lib/idlelib/CallTips.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/ClassBrowser.py b/panda/python/Lib/idlelib/ClassBrowser.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/CodeContext.py b/panda/python/Lib/idlelib/CodeContext.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/ColorDelegator.py b/panda/python/Lib/idlelib/ColorDelegator.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/Debugger.py b/panda/python/Lib/idlelib/Debugger.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/Delegator.py b/panda/python/Lib/idlelib/Delegator.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/EditorWindow.py b/panda/python/Lib/idlelib/EditorWindow.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/FileList.py b/panda/python/Lib/idlelib/FileList.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/FormatParagraph.py b/panda/python/Lib/idlelib/FormatParagraph.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/GrepDialog.py b/panda/python/Lib/idlelib/GrepDialog.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/HISTORY.txt b/panda/python/Lib/idlelib/HISTORY.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/HyperParser.py b/panda/python/Lib/idlelib/HyperParser.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/IOBinding.py b/panda/python/Lib/idlelib/IOBinding.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/Icons/folder.gif b/panda/python/Lib/idlelib/Icons/folder.gif old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/Icons/idle.icns b/panda/python/Lib/idlelib/Icons/idle.icns old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/Icons/minusnode.gif b/panda/python/Lib/idlelib/Icons/minusnode.gif old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/Icons/openfolder.gif b/panda/python/Lib/idlelib/Icons/openfolder.gif old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/Icons/plusnode.gif b/panda/python/Lib/idlelib/Icons/plusnode.gif old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/Icons/python.gif b/panda/python/Lib/idlelib/Icons/python.gif old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/Icons/tk.gif b/panda/python/Lib/idlelib/Icons/tk.gif old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/IdleHistory.py b/panda/python/Lib/idlelib/IdleHistory.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/MultiCall.py b/panda/python/Lib/idlelib/MultiCall.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/MultiStatusBar.py b/panda/python/Lib/idlelib/MultiStatusBar.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/NEWS.txt b/panda/python/Lib/idlelib/NEWS.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/ObjectBrowser.py b/panda/python/Lib/idlelib/ObjectBrowser.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/OutputWindow.py b/panda/python/Lib/idlelib/OutputWindow.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/ParenMatch.py b/panda/python/Lib/idlelib/ParenMatch.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/PathBrowser.py b/panda/python/Lib/idlelib/PathBrowser.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/Percolator.py b/panda/python/Lib/idlelib/Percolator.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/PyParse.py b/panda/python/Lib/idlelib/PyParse.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/PyShell.py b/panda/python/Lib/idlelib/PyShell.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/README.txt b/panda/python/Lib/idlelib/README.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/RemoteDebugger.py b/panda/python/Lib/idlelib/RemoteDebugger.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/RemoteObjectBrowser.py b/panda/python/Lib/idlelib/RemoteObjectBrowser.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/ReplaceDialog.py b/panda/python/Lib/idlelib/ReplaceDialog.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/RstripExtension.py b/panda/python/Lib/idlelib/RstripExtension.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/ScriptBinding.py b/panda/python/Lib/idlelib/ScriptBinding.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/ScrolledList.py b/panda/python/Lib/idlelib/ScrolledList.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/SearchDialog.py b/panda/python/Lib/idlelib/SearchDialog.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/SearchDialogBase.py b/panda/python/Lib/idlelib/SearchDialogBase.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/SearchEngine.py b/panda/python/Lib/idlelib/SearchEngine.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/StackViewer.py b/panda/python/Lib/idlelib/StackViewer.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/TODO.txt b/panda/python/Lib/idlelib/TODO.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/ToolTip.py b/panda/python/Lib/idlelib/ToolTip.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/TreeWidget.py b/panda/python/Lib/idlelib/TreeWidget.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/UndoDelegator.py b/panda/python/Lib/idlelib/UndoDelegator.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/WidgetRedirector.py b/panda/python/Lib/idlelib/WidgetRedirector.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/WindowList.py b/panda/python/Lib/idlelib/WindowList.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/ZoomHeight.py b/panda/python/Lib/idlelib/ZoomHeight.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/__init__.py b/panda/python/Lib/idlelib/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/aboutDialog.py b/panda/python/Lib/idlelib/aboutDialog.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/config-extensions.def b/panda/python/Lib/idlelib/config-extensions.def old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/config-highlight.def b/panda/python/Lib/idlelib/config-highlight.def old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/config-keys.def b/panda/python/Lib/idlelib/config-keys.def old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/config-main.def b/panda/python/Lib/idlelib/config-main.def old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/configDialog.py b/panda/python/Lib/idlelib/configDialog.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/configHandler.py b/panda/python/Lib/idlelib/configHandler.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/configHelpSourceEdit.py b/panda/python/Lib/idlelib/configHelpSourceEdit.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/configSectionNameDialog.py b/panda/python/Lib/idlelib/configSectionNameDialog.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/dynOptionMenuWidget.py b/panda/python/Lib/idlelib/dynOptionMenuWidget.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/extend.txt b/panda/python/Lib/idlelib/extend.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/help.txt b/panda/python/Lib/idlelib/help.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/idle.bat b/panda/python/Lib/idlelib/idle.bat old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/idle.py b/panda/python/Lib/idlelib/idle.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/idle.pyw b/panda/python/Lib/idlelib/idle.pyw old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/idlever.py b/panda/python/Lib/idlelib/idlever.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/keybindingDialog.py b/panda/python/Lib/idlelib/keybindingDialog.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/macosxSupport.py b/panda/python/Lib/idlelib/macosxSupport.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/rpc.py b/panda/python/Lib/idlelib/rpc.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/run.py b/panda/python/Lib/idlelib/run.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/tabbedpages.py b/panda/python/Lib/idlelib/tabbedpages.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/testcode.py b/panda/python/Lib/idlelib/testcode.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/idlelib/textView.py b/panda/python/Lib/idlelib/textView.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/ihooks.py b/panda/python/Lib/ihooks.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/imaplib.py b/panda/python/Lib/imaplib.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/imghdr.py b/panda/python/Lib/imghdr.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/importlib/__init__.py b/panda/python/Lib/importlib/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/imputil.py b/panda/python/Lib/imputil.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/inspect.py b/panda/python/Lib/inspect.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/io.py b/panda/python/Lib/io.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/json/__init__.py b/panda/python/Lib/json/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/json/decoder.py b/panda/python/Lib/json/decoder.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/json/encoder.py b/panda/python/Lib/json/encoder.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/json/scanner.py b/panda/python/Lib/json/scanner.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/json/tool.py b/panda/python/Lib/json/tool.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/keyword.py b/panda/python/Lib/keyword.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib-tk/Canvas.py b/panda/python/Lib/lib-tk/Canvas.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib-tk/Dialog.py b/panda/python/Lib/lib-tk/Dialog.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib-tk/FileDialog.py b/panda/python/Lib/lib-tk/FileDialog.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib-tk/FixTk.py b/panda/python/Lib/lib-tk/FixTk.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib-tk/ScrolledText.py b/panda/python/Lib/lib-tk/ScrolledText.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib-tk/SimpleDialog.py b/panda/python/Lib/lib-tk/SimpleDialog.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib-tk/Tix.py b/panda/python/Lib/lib-tk/Tix.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib-tk/Tkconstants.py b/panda/python/Lib/lib-tk/Tkconstants.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib-tk/Tkdnd.py b/panda/python/Lib/lib-tk/Tkdnd.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib-tk/Tkinter.py b/panda/python/Lib/lib-tk/Tkinter.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib-tk/test/test_tkinter/__init__.py b/panda/python/Lib/lib-tk/test/test_tkinter/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib-tk/test/test_tkinter/test_loadtk.py b/panda/python/Lib/lib-tk/test/test_tkinter/test_loadtk.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib-tk/test/test_tkinter/test_text.py b/panda/python/Lib/lib-tk/test/test_tkinter/test_text.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib-tk/test/test_ttk/__init__.py b/panda/python/Lib/lib-tk/test/test_ttk/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib-tk/test/test_ttk/support.py b/panda/python/Lib/lib-tk/test/test_ttk/support.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib-tk/test/test_ttk/test_extensions.py b/panda/python/Lib/lib-tk/test/test_ttk/test_extensions.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib-tk/test/test_ttk/test_functions.py b/panda/python/Lib/lib-tk/test/test_ttk/test_functions.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib-tk/test/test_ttk/test_style.py b/panda/python/Lib/lib-tk/test/test_ttk/test_style.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib-tk/test/test_ttk/test_widgets.py b/panda/python/Lib/lib-tk/test/test_ttk/test_widgets.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib-tk/tkColorChooser.py b/panda/python/Lib/lib-tk/tkColorChooser.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib-tk/tkCommonDialog.py b/panda/python/Lib/lib-tk/tkCommonDialog.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib-tk/tkFileDialog.py b/panda/python/Lib/lib-tk/tkFileDialog.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib-tk/tkFont.py b/panda/python/Lib/lib-tk/tkFont.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib-tk/tkMessageBox.py b/panda/python/Lib/lib-tk/tkMessageBox.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib-tk/tkSimpleDialog.py b/panda/python/Lib/lib-tk/tkSimpleDialog.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib-tk/ttk.py b/panda/python/Lib/lib-tk/ttk.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib-tk/turtle.py b/panda/python/Lib/lib-tk/turtle.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/Grammar.txt b/panda/python/Lib/lib2to3/Grammar.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/PatternGrammar.txt b/panda/python/Lib/lib2to3/PatternGrammar.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/__init__.py b/panda/python/Lib/lib2to3/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/__main__.py b/panda/python/Lib/lib2to3/__main__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/btm_matcher.py b/panda/python/Lib/lib2to3/btm_matcher.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/btm_utils.py b/panda/python/Lib/lib2to3/btm_utils.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixer_base.py b/panda/python/Lib/lib2to3/fixer_base.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixer_util.py b/panda/python/Lib/lib2to3/fixer_util.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/__init__.py b/panda/python/Lib/lib2to3/fixes/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_apply.py b/panda/python/Lib/lib2to3/fixes/fix_apply.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_basestring.py b/panda/python/Lib/lib2to3/fixes/fix_basestring.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_buffer.py b/panda/python/Lib/lib2to3/fixes/fix_buffer.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_callable.py b/panda/python/Lib/lib2to3/fixes/fix_callable.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_dict.py b/panda/python/Lib/lib2to3/fixes/fix_dict.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_except.py b/panda/python/Lib/lib2to3/fixes/fix_except.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_exec.py b/panda/python/Lib/lib2to3/fixes/fix_exec.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_execfile.py b/panda/python/Lib/lib2to3/fixes/fix_execfile.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_exitfunc.py b/panda/python/Lib/lib2to3/fixes/fix_exitfunc.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_filter.py b/panda/python/Lib/lib2to3/fixes/fix_filter.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_funcattrs.py b/panda/python/Lib/lib2to3/fixes/fix_funcattrs.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_future.py b/panda/python/Lib/lib2to3/fixes/fix_future.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_getcwdu.py b/panda/python/Lib/lib2to3/fixes/fix_getcwdu.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_has_key.py b/panda/python/Lib/lib2to3/fixes/fix_has_key.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_idioms.py b/panda/python/Lib/lib2to3/fixes/fix_idioms.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_import.py b/panda/python/Lib/lib2to3/fixes/fix_import.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_imports.py b/panda/python/Lib/lib2to3/fixes/fix_imports.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_imports2.py b/panda/python/Lib/lib2to3/fixes/fix_imports2.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_input.py b/panda/python/Lib/lib2to3/fixes/fix_input.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_intern.py b/panda/python/Lib/lib2to3/fixes/fix_intern.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_isinstance.py b/panda/python/Lib/lib2to3/fixes/fix_isinstance.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_itertools.py b/panda/python/Lib/lib2to3/fixes/fix_itertools.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_itertools_imports.py b/panda/python/Lib/lib2to3/fixes/fix_itertools_imports.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_long.py b/panda/python/Lib/lib2to3/fixes/fix_long.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_map.py b/panda/python/Lib/lib2to3/fixes/fix_map.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_metaclass.py b/panda/python/Lib/lib2to3/fixes/fix_metaclass.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_methodattrs.py b/panda/python/Lib/lib2to3/fixes/fix_methodattrs.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_ne.py b/panda/python/Lib/lib2to3/fixes/fix_ne.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_next.py b/panda/python/Lib/lib2to3/fixes/fix_next.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_nonzero.py b/panda/python/Lib/lib2to3/fixes/fix_nonzero.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_numliterals.py b/panda/python/Lib/lib2to3/fixes/fix_numliterals.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_operator.py b/panda/python/Lib/lib2to3/fixes/fix_operator.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_paren.py b/panda/python/Lib/lib2to3/fixes/fix_paren.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_print.py b/panda/python/Lib/lib2to3/fixes/fix_print.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_raise.py b/panda/python/Lib/lib2to3/fixes/fix_raise.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_raw_input.py b/panda/python/Lib/lib2to3/fixes/fix_raw_input.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_reduce.py b/panda/python/Lib/lib2to3/fixes/fix_reduce.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_renames.py b/panda/python/Lib/lib2to3/fixes/fix_renames.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_repr.py b/panda/python/Lib/lib2to3/fixes/fix_repr.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_set_literal.py b/panda/python/Lib/lib2to3/fixes/fix_set_literal.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_standarderror.py b/panda/python/Lib/lib2to3/fixes/fix_standarderror.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_sys_exc.py b/panda/python/Lib/lib2to3/fixes/fix_sys_exc.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_throw.py b/panda/python/Lib/lib2to3/fixes/fix_throw.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_tuple_params.py b/panda/python/Lib/lib2to3/fixes/fix_tuple_params.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_types.py b/panda/python/Lib/lib2to3/fixes/fix_types.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_unicode.py b/panda/python/Lib/lib2to3/fixes/fix_unicode.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_urllib.py b/panda/python/Lib/lib2to3/fixes/fix_urllib.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_ws_comma.py b/panda/python/Lib/lib2to3/fixes/fix_ws_comma.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_xrange.py b/panda/python/Lib/lib2to3/fixes/fix_xrange.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_xreadlines.py b/panda/python/Lib/lib2to3/fixes/fix_xreadlines.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/fixes/fix_zip.py b/panda/python/Lib/lib2to3/fixes/fix_zip.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/main.py b/panda/python/Lib/lib2to3/main.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/patcomp.py b/panda/python/Lib/lib2to3/patcomp.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/pgen2/__init__.py b/panda/python/Lib/lib2to3/pgen2/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/pgen2/conv.py b/panda/python/Lib/lib2to3/pgen2/conv.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/pgen2/driver.py b/panda/python/Lib/lib2to3/pgen2/driver.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/pgen2/grammar.py b/panda/python/Lib/lib2to3/pgen2/grammar.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/pgen2/literals.py b/panda/python/Lib/lib2to3/pgen2/literals.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/pgen2/parse.py b/panda/python/Lib/lib2to3/pgen2/parse.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/pgen2/pgen.py b/panda/python/Lib/lib2to3/pgen2/pgen.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/pgen2/token.py b/panda/python/Lib/lib2to3/pgen2/token.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/pgen2/tokenize.py b/panda/python/Lib/lib2to3/pgen2/tokenize.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/pygram.py b/panda/python/Lib/lib2to3/pygram.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/pytree.py b/panda/python/Lib/lib2to3/pytree.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/refactor.py b/panda/python/Lib/lib2to3/refactor.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/tests/data/fixers/bad_order.py b/panda/python/Lib/lib2to3/tests/data/fixers/bad_order.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/tests/data/fixers/myfixes/__init__.py b/panda/python/Lib/lib2to3/tests/data/fixers/myfixes/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/tests/data/fixers/myfixes/fix_explicit.py b/panda/python/Lib/lib2to3/tests/data/fixers/myfixes/fix_explicit.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/tests/data/fixers/myfixes/fix_first.py b/panda/python/Lib/lib2to3/tests/data/fixers/myfixes/fix_first.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/tests/data/fixers/myfixes/fix_last.py b/panda/python/Lib/lib2to3/tests/data/fixers/myfixes/fix_last.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/tests/data/fixers/myfixes/fix_parrot.py b/panda/python/Lib/lib2to3/tests/data/fixers/myfixes/fix_parrot.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/tests/data/fixers/myfixes/fix_preorder.py b/panda/python/Lib/lib2to3/tests/data/fixers/myfixes/fix_preorder.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/tests/data/fixers/no_fixer_cls.py b/panda/python/Lib/lib2to3/tests/data/fixers/no_fixer_cls.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/lib2to3/tests/data/fixers/parrot_example.py b/panda/python/Lib/lib2to3/tests/data/fixers/parrot_example.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/linecache.py b/panda/python/Lib/linecache.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/locale.py b/panda/python/Lib/locale.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/logging/__init__.py b/panda/python/Lib/logging/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/logging/config.py b/panda/python/Lib/logging/config.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/logging/handlers.py b/panda/python/Lib/logging/handlers.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/macpath.py b/panda/python/Lib/macpath.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/macurl2path.py b/panda/python/Lib/macurl2path.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/mailbox.py b/panda/python/Lib/mailbox.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/mailcap.py b/panda/python/Lib/mailcap.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/markupbase.py b/panda/python/Lib/markupbase.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/md5.py b/panda/python/Lib/md5.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/mhlib.py b/panda/python/Lib/mhlib.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/mimetools.py b/panda/python/Lib/mimetools.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/mimetypes.py b/panda/python/Lib/mimetypes.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/mimify.py b/panda/python/Lib/mimify.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/modulefinder.py b/panda/python/Lib/modulefinder.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/msilib/__init__.py b/panda/python/Lib/msilib/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/msilib/schema.py b/panda/python/Lib/msilib/schema.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/msilib/sequence.py b/panda/python/Lib/msilib/sequence.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/msilib/text.py b/panda/python/Lib/msilib/text.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/multifile.py b/panda/python/Lib/multifile.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/multiprocessing/__init__.py b/panda/python/Lib/multiprocessing/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/multiprocessing/connection.py b/panda/python/Lib/multiprocessing/connection.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/multiprocessing/dummy/__init__.py b/panda/python/Lib/multiprocessing/dummy/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/multiprocessing/dummy/connection.py b/panda/python/Lib/multiprocessing/dummy/connection.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/multiprocessing/forking.py b/panda/python/Lib/multiprocessing/forking.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/multiprocessing/heap.py b/panda/python/Lib/multiprocessing/heap.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/multiprocessing/managers.py b/panda/python/Lib/multiprocessing/managers.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/multiprocessing/pool.py b/panda/python/Lib/multiprocessing/pool.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/multiprocessing/process.py b/panda/python/Lib/multiprocessing/process.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/multiprocessing/queues.py b/panda/python/Lib/multiprocessing/queues.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/multiprocessing/reduction.py b/panda/python/Lib/multiprocessing/reduction.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/multiprocessing/sharedctypes.py b/panda/python/Lib/multiprocessing/sharedctypes.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/multiprocessing/synchronize.py b/panda/python/Lib/multiprocessing/synchronize.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/multiprocessing/util.py b/panda/python/Lib/multiprocessing/util.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/mutex.py b/panda/python/Lib/mutex.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/netrc.py b/panda/python/Lib/netrc.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/new.py b/panda/python/Lib/new.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/nntplib.py b/panda/python/Lib/nntplib.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/ntpath.py b/panda/python/Lib/ntpath.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/nturl2path.py b/panda/python/Lib/nturl2path.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/numbers.py b/panda/python/Lib/numbers.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/opcode.py b/panda/python/Lib/opcode.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/optparse.py b/panda/python/Lib/optparse.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/os.py b/panda/python/Lib/os.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/os2emxpath.py b/panda/python/Lib/os2emxpath.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/pdb.py b/panda/python/Lib/pdb.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/phidgets/Accelerometer.py b/panda/python/Lib/phidgets/Accelerometer.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/phidgets/InterfaceKit.py b/panda/python/Lib/phidgets/InterfaceKit.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/phidgets/Phidget.py b/panda/python/Lib/phidgets/Phidget.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/phidgets/__init__.py b/panda/python/Lib/phidgets/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/phidgets/cphidgets.pyd b/panda/python/Lib/phidgets/cphidgets.pyd old mode 100644 new mode 100755 diff --git a/panda/python/Lib/pickle.py b/panda/python/Lib/pickle.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/pickletools.py b/panda/python/Lib/pickletools.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/pipes.py b/panda/python/Lib/pipes.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/pkgutil.py b/panda/python/Lib/pkgutil.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/platform.py b/panda/python/Lib/platform.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/plistlib.py b/panda/python/Lib/plistlib.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/popen2.py b/panda/python/Lib/popen2.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/poplib.py b/panda/python/Lib/poplib.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/posixfile.py b/panda/python/Lib/posixfile.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/posixpath.py b/panda/python/Lib/posixpath.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/pprint.py b/panda/python/Lib/pprint.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/profile.py b/panda/python/Lib/profile.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/pstats.py b/panda/python/Lib/pstats.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/pty.py b/panda/python/Lib/pty.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/py_compile.py b/panda/python/Lib/py_compile.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/pyclbr.py b/panda/python/Lib/pyclbr.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/pydoc.py b/panda/python/Lib/pydoc.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/pydoc_data/__init__.py b/panda/python/Lib/pydoc_data/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/pydoc_data/topics.py b/panda/python/Lib/pydoc_data/topics.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/quopri.py b/panda/python/Lib/quopri.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/random.py b/panda/python/Lib/random.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/re.py b/panda/python/Lib/re.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/repr.py b/panda/python/Lib/repr.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/rexec.py b/panda/python/Lib/rexec.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/rfc822.py b/panda/python/Lib/rfc822.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/rlcompleter.py b/panda/python/Lib/rlcompleter.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/robotparser.py b/panda/python/Lib/robotparser.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/runpy.py b/panda/python/Lib/runpy.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/sched.py b/panda/python/Lib/sched.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/serial/__init__.py b/panda/python/Lib/serial/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/serial/buffer.py b/panda/python/Lib/serial/buffer.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/serial/serialjava.py b/panda/python/Lib/serial/serialjava.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/serial/serialposix.py b/panda/python/Lib/serial/serialposix.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/serial/serialutil.py b/panda/python/Lib/serial/serialutil.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/serial/serialwin32.py b/panda/python/Lib/serial/serialwin32.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/serial/sermsdos.py b/panda/python/Lib/serial/sermsdos.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/serial/writeblockingtest.py b/panda/python/Lib/serial/writeblockingtest.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/sets.py b/panda/python/Lib/sets.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/sgmllib.py b/panda/python/Lib/sgmllib.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/sha.py b/panda/python/Lib/sha.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/shelve.py b/panda/python/Lib/shelve.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/shlex.py b/panda/python/Lib/shlex.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/shutil.py b/panda/python/Lib/shutil.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Cipher/AES.py b/panda/python/Lib/site-packages/Crypto/Cipher/AES.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Cipher/AES.pyo b/panda/python/Lib/site-packages/Crypto/Cipher/AES.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Cipher/ARC2.py b/panda/python/Lib/site-packages/Crypto/Cipher/ARC2.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Cipher/ARC2.pyo b/panda/python/Lib/site-packages/Crypto/Cipher/ARC2.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Cipher/ARC4.py b/panda/python/Lib/site-packages/Crypto/Cipher/ARC4.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Cipher/ARC4.pyo b/panda/python/Lib/site-packages/Crypto/Cipher/ARC4.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Cipher/Blowfish.py b/panda/python/Lib/site-packages/Crypto/Cipher/Blowfish.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Cipher/Blowfish.pyo b/panda/python/Lib/site-packages/Crypto/Cipher/Blowfish.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Cipher/CAST.py b/panda/python/Lib/site-packages/Crypto/Cipher/CAST.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Cipher/CAST.pyo b/panda/python/Lib/site-packages/Crypto/Cipher/CAST.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Cipher/DES.py b/panda/python/Lib/site-packages/Crypto/Cipher/DES.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Cipher/DES.pyo b/panda/python/Lib/site-packages/Crypto/Cipher/DES.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Cipher/DES3.py b/panda/python/Lib/site-packages/Crypto/Cipher/DES3.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Cipher/DES3.pyo b/panda/python/Lib/site-packages/Crypto/Cipher/DES3.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Cipher/PKCS1_OAEP.py b/panda/python/Lib/site-packages/Crypto/Cipher/PKCS1_OAEP.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Cipher/PKCS1_OAEP.pyo b/panda/python/Lib/site-packages/Crypto/Cipher/PKCS1_OAEP.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Cipher/PKCS1_v1_5.py b/panda/python/Lib/site-packages/Crypto/Cipher/PKCS1_v1_5.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Cipher/PKCS1_v1_5.pyo b/panda/python/Lib/site-packages/Crypto/Cipher/PKCS1_v1_5.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Cipher/XOR.py b/panda/python/Lib/site-packages/Crypto/Cipher/XOR.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Cipher/XOR.pyo b/panda/python/Lib/site-packages/Crypto/Cipher/XOR.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Cipher/_AES.pyd b/panda/python/Lib/site-packages/Crypto/Cipher/_AES.pyd old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Cipher/_ARC2.pyd b/panda/python/Lib/site-packages/Crypto/Cipher/_ARC2.pyd old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Cipher/_ARC4.pyd b/panda/python/Lib/site-packages/Crypto/Cipher/_ARC4.pyd old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Cipher/_Blowfish.pyd b/panda/python/Lib/site-packages/Crypto/Cipher/_Blowfish.pyd old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Cipher/_CAST.pyd b/panda/python/Lib/site-packages/Crypto/Cipher/_CAST.pyd old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Cipher/_DES.pyd b/panda/python/Lib/site-packages/Crypto/Cipher/_DES.pyd old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Cipher/_DES3.pyd b/panda/python/Lib/site-packages/Crypto/Cipher/_DES3.pyd old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Cipher/_XOR.pyd b/panda/python/Lib/site-packages/Crypto/Cipher/_XOR.pyd old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Cipher/__init__.py b/panda/python/Lib/site-packages/Crypto/Cipher/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Cipher/__init__.pyo b/panda/python/Lib/site-packages/Crypto/Cipher/__init__.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Cipher/blockalgo.py b/panda/python/Lib/site-packages/Crypto/Cipher/blockalgo.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Cipher/blockalgo.pyo b/panda/python/Lib/site-packages/Crypto/Cipher/blockalgo.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Hash/HMAC.py b/panda/python/Lib/site-packages/Crypto/Hash/HMAC.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Hash/HMAC.pyo b/panda/python/Lib/site-packages/Crypto/Hash/HMAC.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Hash/MD2.py b/panda/python/Lib/site-packages/Crypto/Hash/MD2.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Hash/MD2.pyo b/panda/python/Lib/site-packages/Crypto/Hash/MD2.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Hash/MD4.py b/panda/python/Lib/site-packages/Crypto/Hash/MD4.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Hash/MD4.pyo b/panda/python/Lib/site-packages/Crypto/Hash/MD4.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Hash/MD5.py b/panda/python/Lib/site-packages/Crypto/Hash/MD5.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Hash/MD5.pyo b/panda/python/Lib/site-packages/Crypto/Hash/MD5.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Hash/RIPEMD.py b/panda/python/Lib/site-packages/Crypto/Hash/RIPEMD.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Hash/RIPEMD.pyo b/panda/python/Lib/site-packages/Crypto/Hash/RIPEMD.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Hash/SHA.py b/panda/python/Lib/site-packages/Crypto/Hash/SHA.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Hash/SHA.pyo b/panda/python/Lib/site-packages/Crypto/Hash/SHA.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Hash/SHA224.py b/panda/python/Lib/site-packages/Crypto/Hash/SHA224.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Hash/SHA224.pyo b/panda/python/Lib/site-packages/Crypto/Hash/SHA224.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Hash/SHA256.py b/panda/python/Lib/site-packages/Crypto/Hash/SHA256.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Hash/SHA256.pyo b/panda/python/Lib/site-packages/Crypto/Hash/SHA256.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Hash/SHA384.py b/panda/python/Lib/site-packages/Crypto/Hash/SHA384.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Hash/SHA384.pyo b/panda/python/Lib/site-packages/Crypto/Hash/SHA384.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Hash/SHA512.py b/panda/python/Lib/site-packages/Crypto/Hash/SHA512.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Hash/SHA512.pyo b/panda/python/Lib/site-packages/Crypto/Hash/SHA512.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Hash/_MD2.pyd b/panda/python/Lib/site-packages/Crypto/Hash/_MD2.pyd old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Hash/_MD4.pyd b/panda/python/Lib/site-packages/Crypto/Hash/_MD4.pyd old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Hash/_RIPEMD160.pyd b/panda/python/Lib/site-packages/Crypto/Hash/_RIPEMD160.pyd old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Hash/_SHA224.pyd b/panda/python/Lib/site-packages/Crypto/Hash/_SHA224.pyd old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Hash/_SHA256.pyd b/panda/python/Lib/site-packages/Crypto/Hash/_SHA256.pyd old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Hash/_SHA384.pyd b/panda/python/Lib/site-packages/Crypto/Hash/_SHA384.pyd old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Hash/_SHA512.pyd b/panda/python/Lib/site-packages/Crypto/Hash/_SHA512.pyd old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Hash/__init__.py b/panda/python/Lib/site-packages/Crypto/Hash/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Hash/__init__.pyo b/panda/python/Lib/site-packages/Crypto/Hash/__init__.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Hash/hashalgo.py b/panda/python/Lib/site-packages/Crypto/Hash/hashalgo.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Hash/hashalgo.pyo b/panda/python/Lib/site-packages/Crypto/Hash/hashalgo.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Protocol/AllOrNothing.py b/panda/python/Lib/site-packages/Crypto/Protocol/AllOrNothing.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Protocol/AllOrNothing.pyo b/panda/python/Lib/site-packages/Crypto/Protocol/AllOrNothing.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Protocol/Chaffing.py b/panda/python/Lib/site-packages/Crypto/Protocol/Chaffing.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Protocol/Chaffing.pyo b/panda/python/Lib/site-packages/Crypto/Protocol/Chaffing.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Protocol/KDF.py b/panda/python/Lib/site-packages/Crypto/Protocol/KDF.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Protocol/KDF.pyo b/panda/python/Lib/site-packages/Crypto/Protocol/KDF.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Protocol/__init__.py b/panda/python/Lib/site-packages/Crypto/Protocol/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Protocol/__init__.pyo b/panda/python/Lib/site-packages/Crypto/Protocol/__init__.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/PublicKey/DSA.py b/panda/python/Lib/site-packages/Crypto/PublicKey/DSA.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/PublicKey/DSA.pyo b/panda/python/Lib/site-packages/Crypto/PublicKey/DSA.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/PublicKey/ElGamal.py b/panda/python/Lib/site-packages/Crypto/PublicKey/ElGamal.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/PublicKey/ElGamal.pyo b/panda/python/Lib/site-packages/Crypto/PublicKey/ElGamal.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/PublicKey/RSA.py b/panda/python/Lib/site-packages/Crypto/PublicKey/RSA.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/PublicKey/RSA.pyo b/panda/python/Lib/site-packages/Crypto/PublicKey/RSA.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/PublicKey/_DSA.py b/panda/python/Lib/site-packages/Crypto/PublicKey/_DSA.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/PublicKey/_DSA.pyo b/panda/python/Lib/site-packages/Crypto/PublicKey/_DSA.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/PublicKey/_RSA.py b/panda/python/Lib/site-packages/Crypto/PublicKey/_RSA.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/PublicKey/_RSA.pyo b/panda/python/Lib/site-packages/Crypto/PublicKey/_RSA.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/PublicKey/__init__.py b/panda/python/Lib/site-packages/Crypto/PublicKey/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/PublicKey/__init__.pyo b/panda/python/Lib/site-packages/Crypto/PublicKey/__init__.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/PublicKey/_slowmath.py b/panda/python/Lib/site-packages/Crypto/PublicKey/_slowmath.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/PublicKey/_slowmath.pyo b/panda/python/Lib/site-packages/Crypto/PublicKey/_slowmath.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/PublicKey/pubkey.py b/panda/python/Lib/site-packages/Crypto/PublicKey/pubkey.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/PublicKey/pubkey.pyo b/panda/python/Lib/site-packages/Crypto/PublicKey/pubkey.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Random/Fortuna/FortunaAccumulator.py b/panda/python/Lib/site-packages/Crypto/Random/Fortuna/FortunaAccumulator.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Random/Fortuna/FortunaAccumulator.pyo b/panda/python/Lib/site-packages/Crypto/Random/Fortuna/FortunaAccumulator.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Random/Fortuna/FortunaGenerator.py b/panda/python/Lib/site-packages/Crypto/Random/Fortuna/FortunaGenerator.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Random/Fortuna/FortunaGenerator.pyo b/panda/python/Lib/site-packages/Crypto/Random/Fortuna/FortunaGenerator.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Random/Fortuna/SHAd256.py b/panda/python/Lib/site-packages/Crypto/Random/Fortuna/SHAd256.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Random/Fortuna/SHAd256.pyo b/panda/python/Lib/site-packages/Crypto/Random/Fortuna/SHAd256.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Random/Fortuna/__init__.py b/panda/python/Lib/site-packages/Crypto/Random/Fortuna/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Random/Fortuna/__init__.pyo b/panda/python/Lib/site-packages/Crypto/Random/Fortuna/__init__.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Random/OSRNG/__init__.py b/panda/python/Lib/site-packages/Crypto/Random/OSRNG/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Random/OSRNG/__init__.pyo b/panda/python/Lib/site-packages/Crypto/Random/OSRNG/__init__.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Random/OSRNG/fallback.py b/panda/python/Lib/site-packages/Crypto/Random/OSRNG/fallback.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Random/OSRNG/fallback.pyo b/panda/python/Lib/site-packages/Crypto/Random/OSRNG/fallback.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Random/OSRNG/nt.py b/panda/python/Lib/site-packages/Crypto/Random/OSRNG/nt.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Random/OSRNG/nt.pyo b/panda/python/Lib/site-packages/Crypto/Random/OSRNG/nt.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Random/OSRNG/posix.py b/panda/python/Lib/site-packages/Crypto/Random/OSRNG/posix.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Random/OSRNG/posix.pyo b/panda/python/Lib/site-packages/Crypto/Random/OSRNG/posix.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Random/OSRNG/rng_base.py b/panda/python/Lib/site-packages/Crypto/Random/OSRNG/rng_base.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Random/OSRNG/rng_base.pyo b/panda/python/Lib/site-packages/Crypto/Random/OSRNG/rng_base.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Random/OSRNG/winrandom.pyd b/panda/python/Lib/site-packages/Crypto/Random/OSRNG/winrandom.pyd old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Random/_UserFriendlyRNG.py b/panda/python/Lib/site-packages/Crypto/Random/_UserFriendlyRNG.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Random/_UserFriendlyRNG.pyo b/panda/python/Lib/site-packages/Crypto/Random/_UserFriendlyRNG.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Random/__init__.py b/panda/python/Lib/site-packages/Crypto/Random/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Random/__init__.pyo b/panda/python/Lib/site-packages/Crypto/Random/__init__.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Random/random.py b/panda/python/Lib/site-packages/Crypto/Random/random.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Random/random.pyo b/panda/python/Lib/site-packages/Crypto/Random/random.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/__init__.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/__init__.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/__init__.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/common.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/common.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/common.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/common.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_AES.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_AES.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_AES.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_AES.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_ARC2.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_ARC2.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_ARC2.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_ARC2.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_ARC4.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_ARC4.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_ARC4.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_ARC4.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_Blowfish.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_Blowfish.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_Blowfish.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_Blowfish.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_CAST.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_CAST.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_CAST.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_CAST.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_DES.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_DES.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_DES.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_DES.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_DES3.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_DES3.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_DES3.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_DES3.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_XOR.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_XOR.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_XOR.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_XOR.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_pkcs1_15.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_pkcs1_15.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_pkcs1_15.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_pkcs1_15.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_pkcs1_oaep.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_pkcs1_oaep.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_pkcs1_oaep.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Cipher/test_pkcs1_oaep.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/__init__.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/__init__.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/__init__.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/common.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/common.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/common.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/common.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_HMAC.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_HMAC.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_HMAC.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_HMAC.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_MD2.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_MD2.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_MD2.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_MD2.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_MD4.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_MD4.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_MD4.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_MD4.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_MD5.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_MD5.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_MD5.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_MD5.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_RIPEMD.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_RIPEMD.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_RIPEMD.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_RIPEMD.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_SHA.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_SHA.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_SHA.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_SHA.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_SHA224.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_SHA224.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_SHA224.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_SHA224.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_SHA256.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_SHA256.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_SHA256.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_SHA256.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_SHA384.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_SHA384.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_SHA384.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_SHA384.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_SHA512.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_SHA512.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_SHA512.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Hash/test_SHA512.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Protocol/__init__.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Protocol/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Protocol/__init__.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Protocol/__init__.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Protocol/test_AllOrNothing.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Protocol/test_AllOrNothing.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Protocol/test_AllOrNothing.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Protocol/test_AllOrNothing.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Protocol/test_KDF.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Protocol/test_KDF.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Protocol/test_KDF.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Protocol/test_KDF.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Protocol/test_chaffing.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Protocol/test_chaffing.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Protocol/test_chaffing.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Protocol/test_chaffing.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Protocol/test_rfc1751.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Protocol/test_rfc1751.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Protocol/test_rfc1751.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Protocol/test_rfc1751.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/PublicKey/__init__.py b/panda/python/Lib/site-packages/Crypto/SelfTest/PublicKey/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/PublicKey/__init__.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/PublicKey/__init__.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/PublicKey/test_DSA.py b/panda/python/Lib/site-packages/Crypto/SelfTest/PublicKey/test_DSA.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/PublicKey/test_DSA.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/PublicKey/test_DSA.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/PublicKey/test_ElGamal.py b/panda/python/Lib/site-packages/Crypto/SelfTest/PublicKey/test_ElGamal.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/PublicKey/test_ElGamal.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/PublicKey/test_ElGamal.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/PublicKey/test_RSA.py b/panda/python/Lib/site-packages/Crypto/SelfTest/PublicKey/test_RSA.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/PublicKey/test_RSA.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/PublicKey/test_RSA.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/PublicKey/test_importKey.py b/panda/python/Lib/site-packages/Crypto/SelfTest/PublicKey/test_importKey.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/PublicKey/test_importKey.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/PublicKey/test_importKey.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Random/Fortuna/__init__.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Random/Fortuna/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Random/Fortuna/__init__.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Random/Fortuna/__init__.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Random/Fortuna/test_FortunaAccumulator.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Random/Fortuna/test_FortunaAccumulator.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Random/Fortuna/test_FortunaAccumulator.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Random/Fortuna/test_FortunaAccumulator.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Random/Fortuna/test_FortunaGenerator.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Random/Fortuna/test_FortunaGenerator.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Random/Fortuna/test_FortunaGenerator.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Random/Fortuna/test_FortunaGenerator.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Random/Fortuna/test_SHAd256.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Random/Fortuna/test_SHAd256.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Random/Fortuna/test_SHAd256.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Random/Fortuna/test_SHAd256.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Random/OSRNG/__init__.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Random/OSRNG/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Random/OSRNG/__init__.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Random/OSRNG/__init__.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Random/OSRNG/test_fallback.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Random/OSRNG/test_fallback.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Random/OSRNG/test_fallback.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Random/OSRNG/test_fallback.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Random/OSRNG/test_generic.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Random/OSRNG/test_generic.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Random/OSRNG/test_generic.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Random/OSRNG/test_generic.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Random/OSRNG/test_nt.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Random/OSRNG/test_nt.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Random/OSRNG/test_nt.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Random/OSRNG/test_nt.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Random/OSRNG/test_posix.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Random/OSRNG/test_posix.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Random/OSRNG/test_posix.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Random/OSRNG/test_posix.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Random/OSRNG/test_winrandom.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Random/OSRNG/test_winrandom.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Random/OSRNG/test_winrandom.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Random/OSRNG/test_winrandom.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Random/__init__.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Random/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Random/__init__.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Random/__init__.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Random/test__UserFriendlyRNG.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Random/test__UserFriendlyRNG.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Random/test__UserFriendlyRNG.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Random/test__UserFriendlyRNG.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Random/test_random.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Random/test_random.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Random/test_random.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Random/test_random.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Random/test_rpoolcompat.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Random/test_rpoolcompat.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Random/test_rpoolcompat.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Random/test_rpoolcompat.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Signature/__init__.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Signature/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Signature/__init__.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Signature/__init__.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Signature/test_pkcs1_15.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Signature/test_pkcs1_15.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Signature/test_pkcs1_15.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Signature/test_pkcs1_15.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Signature/test_pkcs1_pss.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Signature/test_pkcs1_pss.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Signature/test_pkcs1_pss.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Signature/test_pkcs1_pss.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Util/__init__.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Util/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Util/__init__.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Util/__init__.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Util/test_Counter.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Util/test_Counter.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Util/test_Counter.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Util/test_Counter.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Util/test_asn1.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Util/test_asn1.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Util/test_asn1.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Util/test_asn1.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Util/test_number.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Util/test_number.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Util/test_number.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Util/test_number.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Util/test_winrandom.py b/panda/python/Lib/site-packages/Crypto/SelfTest/Util/test_winrandom.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/Util/test_winrandom.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/Util/test_winrandom.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/__init__.py b/panda/python/Lib/site-packages/Crypto/SelfTest/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/__init__.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/__init__.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/st_common.py b/panda/python/Lib/site-packages/Crypto/SelfTest/st_common.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/SelfTest/st_common.pyo b/panda/python/Lib/site-packages/Crypto/SelfTest/st_common.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Signature/PKCS1_PSS.py b/panda/python/Lib/site-packages/Crypto/Signature/PKCS1_PSS.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Signature/PKCS1_PSS.pyo b/panda/python/Lib/site-packages/Crypto/Signature/PKCS1_PSS.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Signature/PKCS1_v1_5.py b/panda/python/Lib/site-packages/Crypto/Signature/PKCS1_v1_5.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Signature/PKCS1_v1_5.pyo b/panda/python/Lib/site-packages/Crypto/Signature/PKCS1_v1_5.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Signature/__init__.py b/panda/python/Lib/site-packages/Crypto/Signature/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Signature/__init__.pyo b/panda/python/Lib/site-packages/Crypto/Signature/__init__.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Util/Counter.py b/panda/python/Lib/site-packages/Crypto/Util/Counter.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Util/Counter.pyo b/panda/python/Lib/site-packages/Crypto/Util/Counter.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Util/RFC1751.py b/panda/python/Lib/site-packages/Crypto/Util/RFC1751.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Util/RFC1751.pyo b/panda/python/Lib/site-packages/Crypto/Util/RFC1751.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Util/__init__.py b/panda/python/Lib/site-packages/Crypto/Util/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Util/__init__.pyo b/panda/python/Lib/site-packages/Crypto/Util/__init__.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Util/_counter.pyd b/panda/python/Lib/site-packages/Crypto/Util/_counter.pyd old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Util/_number_new.py b/panda/python/Lib/site-packages/Crypto/Util/_number_new.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Util/_number_new.pyo b/panda/python/Lib/site-packages/Crypto/Util/_number_new.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Util/asn1.py b/panda/python/Lib/site-packages/Crypto/Util/asn1.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Util/asn1.pyo b/panda/python/Lib/site-packages/Crypto/Util/asn1.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Util/number.py b/panda/python/Lib/site-packages/Crypto/Util/number.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Util/number.pyo b/panda/python/Lib/site-packages/Crypto/Util/number.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Util/py21compat.py b/panda/python/Lib/site-packages/Crypto/Util/py21compat.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Util/py21compat.pyo b/panda/python/Lib/site-packages/Crypto/Util/py21compat.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Util/py3compat.py b/panda/python/Lib/site-packages/Crypto/Util/py3compat.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Util/py3compat.pyo b/panda/python/Lib/site-packages/Crypto/Util/py3compat.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Util/randpool.py b/panda/python/Lib/site-packages/Crypto/Util/randpool.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Util/randpool.pyo b/panda/python/Lib/site-packages/Crypto/Util/randpool.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Util/strxor.pyd b/panda/python/Lib/site-packages/Crypto/Util/strxor.pyd old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Util/winrandom.py b/panda/python/Lib/site-packages/Crypto/Util/winrandom.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/Util/winrandom.pyo b/panda/python/Lib/site-packages/Crypto/Util/winrandom.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/__init__.py b/panda/python/Lib/site-packages/Crypto/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/__init__.pyo b/panda/python/Lib/site-packages/Crypto/__init__.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/pct_warnings.py b/panda/python/Lib/site-packages/Crypto/pct_warnings.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/Crypto/pct_warnings.pyo b/panda/python/Lib/site-packages/Crypto/pct_warnings.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/PyYAML-3.11-py2.7.egg-info b/panda/python/Lib/site-packages/PyYAML-3.11-py2.7.egg-info old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/easy-install.pth b/panda/python/Lib/site-packages/easy-install.pth old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent-1.0.1-py2.7.egg-info/PKG-INFO b/panda/python/Lib/site-packages/gevent-1.0.1-py2.7.egg-info/PKG-INFO old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent-1.0.1-py2.7.egg-info/SOURCES.txt b/panda/python/Lib/site-packages/gevent-1.0.1-py2.7.egg-info/SOURCES.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent-1.0.1-py2.7.egg-info/dependency_links.txt b/panda/python/Lib/site-packages/gevent-1.0.1-py2.7.egg-info/dependency_links.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent-1.0.1-py2.7.egg-info/installed-files.txt b/panda/python/Lib/site-packages/gevent-1.0.1-py2.7.egg-info/installed-files.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent-1.0.1-py2.7.egg-info/requires.txt b/panda/python/Lib/site-packages/gevent-1.0.1-py2.7.egg-info/requires.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent-1.0.1-py2.7.egg-info/top_level.txt b/panda/python/Lib/site-packages/gevent-1.0.1-py2.7.egg-info/top_level.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent/__init__.py b/panda/python/Lib/site-packages/gevent/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent/_semaphore.pyd b/panda/python/Lib/site-packages/gevent/_semaphore.pyd old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent/_threading.py b/panda/python/Lib/site-packages/gevent/_threading.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent/_util.pyd b/panda/python/Lib/site-packages/gevent/_util.pyd old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent/ares.pyd b/panda/python/Lib/site-packages/gevent/ares.pyd old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent/backdoor.py b/panda/python/Lib/site-packages/gevent/backdoor.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent/baseserver.py b/panda/python/Lib/site-packages/gevent/baseserver.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent/core.pyd b/panda/python/Lib/site-packages/gevent/core.pyd old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent/coros.py b/panda/python/Lib/site-packages/gevent/coros.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent/event.py b/panda/python/Lib/site-packages/gevent/event.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent/fileobject.py b/panda/python/Lib/site-packages/gevent/fileobject.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent/greenlet.py b/panda/python/Lib/site-packages/gevent/greenlet.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent/hub.py b/panda/python/Lib/site-packages/gevent/hub.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent/local.py b/panda/python/Lib/site-packages/gevent/local.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent/lock.py b/panda/python/Lib/site-packages/gevent/lock.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent/monkey.py b/panda/python/Lib/site-packages/gevent/monkey.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent/os.py b/panda/python/Lib/site-packages/gevent/os.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent/pool.py b/panda/python/Lib/site-packages/gevent/pool.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent/pywsgi.py b/panda/python/Lib/site-packages/gevent/pywsgi.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent/queue.py b/panda/python/Lib/site-packages/gevent/queue.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent/resolver_ares.py b/panda/python/Lib/site-packages/gevent/resolver_ares.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent/resolver_thread.py b/panda/python/Lib/site-packages/gevent/resolver_thread.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent/select.py b/panda/python/Lib/site-packages/gevent/select.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent/server.py b/panda/python/Lib/site-packages/gevent/server.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent/socket.py b/panda/python/Lib/site-packages/gevent/socket.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent/ssl.py b/panda/python/Lib/site-packages/gevent/ssl.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent/subprocess.py b/panda/python/Lib/site-packages/gevent/subprocess.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent/thread.py b/panda/python/Lib/site-packages/gevent/thread.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent/threading.py b/panda/python/Lib/site-packages/gevent/threading.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent/threadpool.py b/panda/python/Lib/site-packages/gevent/threadpool.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent/timeout.py b/panda/python/Lib/site-packages/gevent/timeout.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent/util.py b/panda/python/Lib/site-packages/gevent/util.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent/win32util.py b/panda/python/Lib/site-packages/gevent/win32util.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gevent/wsgi.py b/panda/python/Lib/site-packages/gevent/wsgi.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/greenlet-0.4.5.dist-info/DESCRIPTION.rst b/panda/python/Lib/site-packages/greenlet-0.4.5.dist-info/DESCRIPTION.rst old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/greenlet-0.4.5.dist-info/METADATA b/panda/python/Lib/site-packages/greenlet-0.4.5.dist-info/METADATA old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/greenlet-0.4.5.dist-info/RECORD b/panda/python/Lib/site-packages/greenlet-0.4.5.dist-info/RECORD old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/greenlet-0.4.5.dist-info/WHEEL b/panda/python/Lib/site-packages/greenlet-0.4.5.dist-info/WHEEL old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/greenlet-0.4.5.dist-info/top_level.txt b/panda/python/Lib/site-packages/greenlet-0.4.5.dist-info/top_level.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/grequests-0.2.0-py2.7.egg-info/PKG-INFO b/panda/python/Lib/site-packages/grequests-0.2.0-py2.7.egg-info/PKG-INFO old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/grequests-0.2.0-py2.7.egg-info/SOURCES.txt b/panda/python/Lib/site-packages/grequests-0.2.0-py2.7.egg-info/SOURCES.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/grequests-0.2.0-py2.7.egg-info/dependency_links.txt b/panda/python/Lib/site-packages/grequests-0.2.0-py2.7.egg-info/dependency_links.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/grequests-0.2.0-py2.7.egg-info/installed-files.txt b/panda/python/Lib/site-packages/grequests-0.2.0-py2.7.egg-info/installed-files.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/grequests-0.2.0-py2.7.egg-info/not-zip-safe b/panda/python/Lib/site-packages/grequests-0.2.0-py2.7.egg-info/not-zip-safe old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/grequests-0.2.0-py2.7.egg-info/requires.txt b/panda/python/Lib/site-packages/grequests-0.2.0-py2.7.egg-info/requires.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/grequests-0.2.0-py2.7.egg-info/top_level.txt b/panda/python/Lib/site-packages/grequests-0.2.0-py2.7.egg-info/top_level.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gridfs/__init__.py b/panda/python/Lib/site-packages/gridfs/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gridfs/__init__.pyo b/panda/python/Lib/site-packages/gridfs/__init__.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gridfs/errors.py b/panda/python/Lib/site-packages/gridfs/errors.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gridfs/errors.pyo b/panda/python/Lib/site-packages/gridfs/errors.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gridfs/grid_file.py b/panda/python/Lib/site-packages/gridfs/grid_file.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/gridfs/grid_file.pyo b/panda/python/Lib/site-packages/gridfs/grid_file.pyo old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/jsonrpclib-0.1.3-py2.7.egg-info/PKG-INFO b/panda/python/Lib/site-packages/jsonrpclib-0.1.3-py2.7.egg-info/PKG-INFO old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/jsonrpclib-0.1.3-py2.7.egg-info/SOURCES.txt b/panda/python/Lib/site-packages/jsonrpclib-0.1.3-py2.7.egg-info/SOURCES.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/jsonrpclib-0.1.3-py2.7.egg-info/dependency_links.txt b/panda/python/Lib/site-packages/jsonrpclib-0.1.3-py2.7.egg-info/dependency_links.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/jsonrpclib-0.1.3-py2.7.egg-info/installed-files.txt b/panda/python/Lib/site-packages/jsonrpclib-0.1.3-py2.7.egg-info/installed-files.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/jsonrpclib-0.1.3-py2.7.egg-info/top_level.txt b/panda/python/Lib/site-packages/jsonrpclib-0.1.3-py2.7.egg-info/top_level.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/jsonrpclib/SimpleJSONRPCServer.py b/panda/python/Lib/site-packages/jsonrpclib/SimpleJSONRPCServer.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/jsonrpclib/__init__.py b/panda/python/Lib/site-packages/jsonrpclib/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/jsonrpclib/config.py b/panda/python/Lib/site-packages/jsonrpclib/config.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/jsonrpclib/history.py b/panda/python/Lib/site-packages/jsonrpclib/history.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/jsonrpclib/jsonclass.py b/panda/python/Lib/site-packages/jsonrpclib/jsonclass.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/jsonrpclib/jsonrpc.py b/panda/python/Lib/site-packages/jsonrpclib/jsonrpc.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/EGG-INFO/PKG-INFO b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/EGG-INFO/PKG-INFO old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/EGG-INFO/SOURCES.txt b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/EGG-INFO/SOURCES.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/EGG-INFO/dependency_links.txt b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/EGG-INFO/dependency_links.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/EGG-INFO/entry_points.txt b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/EGG-INFO/entry_points.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/EGG-INFO/not-zip-safe b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/EGG-INFO/not-zip-safe old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/EGG-INFO/requires.txt b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/EGG-INFO/requires.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/EGG-INFO/top_level.txt b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/EGG-INFO/top_level.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/__init__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/__main__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/__main__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/__init__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/_markerlib/__init__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/_markerlib/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/_markerlib/markers.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/_markerlib/markers.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/cachecontrol/__init__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/cachecontrol/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/cachecontrol/adapter.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/cachecontrol/adapter.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/cachecontrol/cache.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/cachecontrol/cache.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/cachecontrol/caches/__init__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/cachecontrol/caches/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/cachecontrol/caches/file_cache.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/cachecontrol/caches/file_cache.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/cachecontrol/caches/redis_cache.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/cachecontrol/caches/redis_cache.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/cachecontrol/compat.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/cachecontrol/compat.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/cachecontrol/controller.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/cachecontrol/controller.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/cachecontrol/filewrapper.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/cachecontrol/filewrapper.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/cachecontrol/heuristics.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/cachecontrol/heuristics.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/cachecontrol/serialize.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/cachecontrol/serialize.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/cachecontrol/wrapper.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/cachecontrol/wrapper.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/certifi/__init__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/certifi/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/certifi/__main__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/certifi/__main__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/certifi/cacert.pem b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/certifi/cacert.pem old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/certifi/core.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/certifi/core.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/colorama/__init__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/colorama/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/colorama/ansi.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/colorama/ansi.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/colorama/ansitowin32.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/colorama/ansitowin32.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/colorama/initialise.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/colorama/initialise.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/colorama/win32.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/colorama/win32.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/colorama/winterm.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/colorama/winterm.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/__init__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/_backport/__init__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/_backport/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/_backport/misc.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/_backport/misc.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/_backport/shutil.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/_backport/shutil.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/_backport/sysconfig.cfg b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/_backport/sysconfig.cfg old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/_backport/sysconfig.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/_backport/sysconfig.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/_backport/tarfile.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/_backport/tarfile.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/compat.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/compat.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/database.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/database.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/index.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/index.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/locators.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/locators.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/manifest.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/manifest.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/markers.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/markers.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/metadata.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/metadata.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/resources.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/resources.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/scripts.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/scripts.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/t32.exe b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/t32.exe old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/t64.exe b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/t64.exe old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/util.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/util.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/version.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/version.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/w32.exe b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/w32.exe old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/w64.exe b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/w64.exe old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/wheel.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/distlib/wheel.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/__init__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/constants.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/constants.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/filters/__init__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/filters/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/filters/_base.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/filters/_base.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/filters/alphabeticalattributes.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/filters/alphabeticalattributes.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/filters/inject_meta_charset.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/filters/inject_meta_charset.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/filters/lint.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/filters/lint.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/filters/optionaltags.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/filters/optionaltags.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/filters/sanitizer.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/filters/sanitizer.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/filters/whitespace.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/filters/whitespace.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/html5parser.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/html5parser.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/ihatexml.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/ihatexml.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/inputstream.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/inputstream.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/sanitizer.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/sanitizer.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/serializer/__init__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/serializer/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/serializer/htmlserializer.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/serializer/htmlserializer.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/tokenizer.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/tokenizer.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/treeadapters/__init__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/treeadapters/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/treeadapters/sax.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/treeadapters/sax.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/treebuilders/__init__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/treebuilders/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/treebuilders/_base.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/treebuilders/_base.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/treebuilders/dom.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/treebuilders/dom.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/treebuilders/etree.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/treebuilders/etree.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/treebuilders/etree_lxml.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/treebuilders/etree_lxml.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/treewalkers/__init__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/treewalkers/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/treewalkers/_base.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/treewalkers/_base.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/treewalkers/dom.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/treewalkers/dom.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/treewalkers/etree.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/treewalkers/etree.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/treewalkers/genshistream.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/treewalkers/genshistream.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/treewalkers/lxmletree.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/treewalkers/lxmletree.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/treewalkers/pulldom.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/treewalkers/pulldom.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/trie/__init__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/trie/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/trie/_base.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/trie/_base.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/trie/datrie.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/trie/datrie.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/trie/py.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/trie/py.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/utils.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/html5lib/utils.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/ipaddress.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/ipaddress.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/lockfile/__init__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/lockfile/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/lockfile/linklockfile.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/lockfile/linklockfile.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/lockfile/mkdirlockfile.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/lockfile/mkdirlockfile.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/lockfile/pidlockfile.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/lockfile/pidlockfile.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/lockfile/sqlitelockfile.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/lockfile/sqlitelockfile.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/lockfile/symlinklockfile.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/lockfile/symlinklockfile.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/packaging/__about__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/packaging/__about__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/packaging/__init__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/packaging/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/packaging/_compat.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/packaging/_compat.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/packaging/_structures.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/packaging/_structures.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/packaging/specifiers.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/packaging/specifiers.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/packaging/version.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/packaging/version.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/pkg_resources/__init__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/pkg_resources/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/progress/__init__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/progress/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/progress/bar.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/progress/bar.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/progress/counter.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/progress/counter.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/progress/helpers.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/progress/helpers.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/progress/spinner.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/progress/spinner.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/re-vendor.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/re-vendor.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/__init__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/adapters.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/adapters.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/api.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/api.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/auth.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/auth.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/cacert.pem b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/cacert.pem old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/certs.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/certs.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/compat.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/compat.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/cookies.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/cookies.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/exceptions.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/exceptions.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/hooks.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/hooks.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/models.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/models.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/__init__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/__init__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/big5freq.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/big5freq.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/big5prober.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/big5prober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/chardetect.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/chardetect.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/chardistribution.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/chardistribution.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/charsetgroupprober.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/charsetgroupprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/charsetprober.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/charsetprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/codingstatemachine.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/codingstatemachine.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/compat.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/compat.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/constants.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/constants.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/cp949prober.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/cp949prober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/escprober.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/escprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/escsm.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/escsm.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/eucjpprober.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/eucjpprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/euckrfreq.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/euckrfreq.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/euckrprober.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/euckrprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/euctwfreq.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/euctwfreq.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/euctwprober.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/euctwprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/gb2312freq.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/gb2312freq.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/gb2312prober.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/gb2312prober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/hebrewprober.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/hebrewprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/jisfreq.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/jisfreq.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/jpcntx.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/jpcntx.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/langbulgarianmodel.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/langbulgarianmodel.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/langcyrillicmodel.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/langcyrillicmodel.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/langgreekmodel.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/langgreekmodel.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/langhebrewmodel.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/langhebrewmodel.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/langhungarianmodel.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/langhungarianmodel.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/langthaimodel.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/langthaimodel.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/latin1prober.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/latin1prober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/mbcharsetprober.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/mbcharsetprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/mbcsgroupprober.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/mbcsgroupprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/mbcssm.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/mbcssm.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/sbcharsetprober.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/sbcharsetprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/sbcsgroupprober.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/sbcsgroupprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/sjisprober.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/sjisprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/universaldetector.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/universaldetector.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/utf8prober.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/chardet/utf8prober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/__init__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/_collections.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/_collections.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/connection.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/connection.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/connectionpool.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/connectionpool.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/contrib/__init__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/contrib/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/exceptions.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/exceptions.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/fields.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/fields.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/filepost.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/filepost.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/packages/__init__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/packages/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/packages/six.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/packages/six.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/poolmanager.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/poolmanager.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/request.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/request.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/response.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/response.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/__init__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/connection.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/connection.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/request.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/request.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/response.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/response.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/retry.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/retry.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/ssl_.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/ssl_.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/timeout.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/timeout.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/url.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/url.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/sessions.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/sessions.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/status_codes.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/status_codes.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/structures.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/structures.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/utils.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/requests/utils.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/retrying.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/retrying.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/six.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/_vendor/six.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/basecommand.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/basecommand.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/baseparser.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/baseparser.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/cmdoptions.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/cmdoptions.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/commands/__init__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/commands/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/commands/completion.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/commands/completion.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/commands/freeze.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/commands/freeze.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/commands/help.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/commands/help.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/commands/install.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/commands/install.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/commands/list.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/commands/list.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/commands/search.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/commands/search.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/commands/show.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/commands/show.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/commands/uninstall.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/commands/uninstall.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/commands/unzip.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/commands/unzip.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/commands/wheel.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/commands/wheel.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/commands/zip.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/commands/zip.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/compat/__init__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/compat/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/compat/dictconfig.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/compat/dictconfig.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/download.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/download.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/exceptions.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/exceptions.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/index.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/index.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/locations.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/locations.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/models/__init__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/models/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/models/index.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/models/index.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/operations/__init__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/operations/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/operations/freeze.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/operations/freeze.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/pep425tags.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/pep425tags.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/req/__init__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/req/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/req/req_file.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/req/req_file.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/req/req_install.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/req/req_install.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/req/req_requirement.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/req/req_requirement.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/req/req_set.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/req/req_set.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/req/req_uninstall.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/req/req_uninstall.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/status_codes.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/status_codes.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/utils/__init__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/utils/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/utils/appdirs.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/utils/appdirs.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/utils/build.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/utils/build.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/utils/deprecation.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/utils/deprecation.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/utils/filesystem.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/utils/filesystem.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/utils/logging.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/utils/logging.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/utils/outdated.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/utils/outdated.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/utils/ui.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/utils/ui.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/vcs/__init__.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/vcs/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/vcs/bazaar.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/vcs/bazaar.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/vcs/git.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/vcs/git.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/vcs/mercurial.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/vcs/mercurial.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/vcs/subversion.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/vcs/subversion.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/wheel.py b/panda/python/Lib/site-packages/pip-6.0.8-py2.7.egg/pip/wheel.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.1.1.dist-info/DESCRIPTION.rst b/panda/python/Lib/site-packages/pip-6.1.1.dist-info/DESCRIPTION.rst old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.1.1.dist-info/METADATA b/panda/python/Lib/site-packages/pip-6.1.1.dist-info/METADATA old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.1.1.dist-info/RECORD b/panda/python/Lib/site-packages/pip-6.1.1.dist-info/RECORD old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.1.1.dist-info/WHEEL b/panda/python/Lib/site-packages/pip-6.1.1.dist-info/WHEEL old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.1.1.dist-info/entry_points.txt b/panda/python/Lib/site-packages/pip-6.1.1.dist-info/entry_points.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip-6.1.1.dist-info/top_level.txt b/panda/python/Lib/site-packages/pip-6.1.1.dist-info/top_level.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/__init__.py b/panda/python/Lib/site-packages/pip/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/__main__.py b/panda/python/Lib/site-packages/pip/__main__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/__init__.py b/panda/python/Lib/site-packages/pip/_vendor/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/_markerlib/__init__.py b/panda/python/Lib/site-packages/pip/_vendor/_markerlib/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/_markerlib/markers.py b/panda/python/Lib/site-packages/pip/_vendor/_markerlib/markers.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/cachecontrol/__init__.py b/panda/python/Lib/site-packages/pip/_vendor/cachecontrol/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/cachecontrol/adapter.py b/panda/python/Lib/site-packages/pip/_vendor/cachecontrol/adapter.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/cachecontrol/cache.py b/panda/python/Lib/site-packages/pip/_vendor/cachecontrol/cache.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/cachecontrol/caches/__init__.py b/panda/python/Lib/site-packages/pip/_vendor/cachecontrol/caches/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py b/panda/python/Lib/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py b/panda/python/Lib/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/cachecontrol/compat.py b/panda/python/Lib/site-packages/pip/_vendor/cachecontrol/compat.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/cachecontrol/controller.py b/panda/python/Lib/site-packages/pip/_vendor/cachecontrol/controller.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/cachecontrol/filewrapper.py b/panda/python/Lib/site-packages/pip/_vendor/cachecontrol/filewrapper.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/cachecontrol/heuristics.py b/panda/python/Lib/site-packages/pip/_vendor/cachecontrol/heuristics.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/cachecontrol/serialize.py b/panda/python/Lib/site-packages/pip/_vendor/cachecontrol/serialize.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/cachecontrol/wrapper.py b/panda/python/Lib/site-packages/pip/_vendor/cachecontrol/wrapper.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/colorama/__init__.py b/panda/python/Lib/site-packages/pip/_vendor/colorama/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/colorama/ansi.py b/panda/python/Lib/site-packages/pip/_vendor/colorama/ansi.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/colorama/ansitowin32.py b/panda/python/Lib/site-packages/pip/_vendor/colorama/ansitowin32.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/colorama/initialise.py b/panda/python/Lib/site-packages/pip/_vendor/colorama/initialise.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/colorama/win32.py b/panda/python/Lib/site-packages/pip/_vendor/colorama/win32.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/colorama/winterm.py b/panda/python/Lib/site-packages/pip/_vendor/colorama/winterm.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/distlib/__init__.py b/panda/python/Lib/site-packages/pip/_vendor/distlib/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/distlib/_backport/__init__.py b/panda/python/Lib/site-packages/pip/_vendor/distlib/_backport/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/distlib/_backport/misc.py b/panda/python/Lib/site-packages/pip/_vendor/distlib/_backport/misc.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/distlib/_backport/shutil.py b/panda/python/Lib/site-packages/pip/_vendor/distlib/_backport/shutil.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/distlib/_backport/sysconfig.cfg b/panda/python/Lib/site-packages/pip/_vendor/distlib/_backport/sysconfig.cfg old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/distlib/_backport/sysconfig.py b/panda/python/Lib/site-packages/pip/_vendor/distlib/_backport/sysconfig.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/distlib/_backport/tarfile.py b/panda/python/Lib/site-packages/pip/_vendor/distlib/_backport/tarfile.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/distlib/compat.py b/panda/python/Lib/site-packages/pip/_vendor/distlib/compat.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/distlib/database.py b/panda/python/Lib/site-packages/pip/_vendor/distlib/database.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/distlib/index.py b/panda/python/Lib/site-packages/pip/_vendor/distlib/index.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/distlib/locators.py b/panda/python/Lib/site-packages/pip/_vendor/distlib/locators.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/distlib/manifest.py b/panda/python/Lib/site-packages/pip/_vendor/distlib/manifest.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/distlib/markers.py b/panda/python/Lib/site-packages/pip/_vendor/distlib/markers.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/distlib/metadata.py b/panda/python/Lib/site-packages/pip/_vendor/distlib/metadata.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/distlib/resources.py b/panda/python/Lib/site-packages/pip/_vendor/distlib/resources.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/distlib/scripts.py b/panda/python/Lib/site-packages/pip/_vendor/distlib/scripts.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/distlib/t32.exe b/panda/python/Lib/site-packages/pip/_vendor/distlib/t32.exe old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/distlib/t64.exe b/panda/python/Lib/site-packages/pip/_vendor/distlib/t64.exe old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/distlib/util.py b/panda/python/Lib/site-packages/pip/_vendor/distlib/util.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/distlib/version.py b/panda/python/Lib/site-packages/pip/_vendor/distlib/version.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/distlib/w32.exe b/panda/python/Lib/site-packages/pip/_vendor/distlib/w32.exe old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/distlib/w64.exe b/panda/python/Lib/site-packages/pip/_vendor/distlib/w64.exe old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/distlib/wheel.py b/panda/python/Lib/site-packages/pip/_vendor/distlib/wheel.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/html5lib/__init__.py b/panda/python/Lib/site-packages/pip/_vendor/html5lib/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/html5lib/constants.py b/panda/python/Lib/site-packages/pip/_vendor/html5lib/constants.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/html5lib/filters/__init__.py b/panda/python/Lib/site-packages/pip/_vendor/html5lib/filters/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/html5lib/filters/_base.py b/panda/python/Lib/site-packages/pip/_vendor/html5lib/filters/_base.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py b/panda/python/Lib/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py b/panda/python/Lib/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/html5lib/filters/lint.py b/panda/python/Lib/site-packages/pip/_vendor/html5lib/filters/lint.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/html5lib/filters/optionaltags.py b/panda/python/Lib/site-packages/pip/_vendor/html5lib/filters/optionaltags.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/html5lib/filters/sanitizer.py b/panda/python/Lib/site-packages/pip/_vendor/html5lib/filters/sanitizer.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/html5lib/filters/whitespace.py b/panda/python/Lib/site-packages/pip/_vendor/html5lib/filters/whitespace.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/html5lib/html5parser.py b/panda/python/Lib/site-packages/pip/_vendor/html5lib/html5parser.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/html5lib/ihatexml.py b/panda/python/Lib/site-packages/pip/_vendor/html5lib/ihatexml.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/html5lib/inputstream.py b/panda/python/Lib/site-packages/pip/_vendor/html5lib/inputstream.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/html5lib/sanitizer.py b/panda/python/Lib/site-packages/pip/_vendor/html5lib/sanitizer.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/html5lib/serializer/__init__.py b/panda/python/Lib/site-packages/pip/_vendor/html5lib/serializer/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/html5lib/serializer/htmlserializer.py b/panda/python/Lib/site-packages/pip/_vendor/html5lib/serializer/htmlserializer.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/html5lib/tokenizer.py b/panda/python/Lib/site-packages/pip/_vendor/html5lib/tokenizer.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/html5lib/treeadapters/__init__.py b/panda/python/Lib/site-packages/pip/_vendor/html5lib/treeadapters/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/html5lib/treeadapters/sax.py b/panda/python/Lib/site-packages/pip/_vendor/html5lib/treeadapters/sax.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/html5lib/treebuilders/__init__.py b/panda/python/Lib/site-packages/pip/_vendor/html5lib/treebuilders/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/html5lib/treebuilders/_base.py b/panda/python/Lib/site-packages/pip/_vendor/html5lib/treebuilders/_base.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/html5lib/treebuilders/dom.py b/panda/python/Lib/site-packages/pip/_vendor/html5lib/treebuilders/dom.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/html5lib/treebuilders/etree.py b/panda/python/Lib/site-packages/pip/_vendor/html5lib/treebuilders/etree.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.py b/panda/python/Lib/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/html5lib/treewalkers/__init__.py b/panda/python/Lib/site-packages/pip/_vendor/html5lib/treewalkers/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/html5lib/treewalkers/_base.py b/panda/python/Lib/site-packages/pip/_vendor/html5lib/treewalkers/_base.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/html5lib/treewalkers/dom.py b/panda/python/Lib/site-packages/pip/_vendor/html5lib/treewalkers/dom.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/html5lib/treewalkers/etree.py b/panda/python/Lib/site-packages/pip/_vendor/html5lib/treewalkers/etree.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/html5lib/treewalkers/genshistream.py b/panda/python/Lib/site-packages/pip/_vendor/html5lib/treewalkers/genshistream.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/html5lib/treewalkers/lxmletree.py b/panda/python/Lib/site-packages/pip/_vendor/html5lib/treewalkers/lxmletree.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/html5lib/treewalkers/pulldom.py b/panda/python/Lib/site-packages/pip/_vendor/html5lib/treewalkers/pulldom.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/html5lib/trie/__init__.py b/panda/python/Lib/site-packages/pip/_vendor/html5lib/trie/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/html5lib/trie/_base.py b/panda/python/Lib/site-packages/pip/_vendor/html5lib/trie/_base.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/html5lib/trie/datrie.py b/panda/python/Lib/site-packages/pip/_vendor/html5lib/trie/datrie.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/html5lib/trie/py.py b/panda/python/Lib/site-packages/pip/_vendor/html5lib/trie/py.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/html5lib/utils.py b/panda/python/Lib/site-packages/pip/_vendor/html5lib/utils.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/ipaddress.py b/panda/python/Lib/site-packages/pip/_vendor/ipaddress.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/lockfile/__init__.py b/panda/python/Lib/site-packages/pip/_vendor/lockfile/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/lockfile/linklockfile.py b/panda/python/Lib/site-packages/pip/_vendor/lockfile/linklockfile.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/lockfile/mkdirlockfile.py b/panda/python/Lib/site-packages/pip/_vendor/lockfile/mkdirlockfile.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/lockfile/pidlockfile.py b/panda/python/Lib/site-packages/pip/_vendor/lockfile/pidlockfile.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/lockfile/sqlitelockfile.py b/panda/python/Lib/site-packages/pip/_vendor/lockfile/sqlitelockfile.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/lockfile/symlinklockfile.py b/panda/python/Lib/site-packages/pip/_vendor/lockfile/symlinklockfile.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/packaging/__about__.py b/panda/python/Lib/site-packages/pip/_vendor/packaging/__about__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/packaging/__init__.py b/panda/python/Lib/site-packages/pip/_vendor/packaging/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/packaging/_compat.py b/panda/python/Lib/site-packages/pip/_vendor/packaging/_compat.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/packaging/_structures.py b/panda/python/Lib/site-packages/pip/_vendor/packaging/_structures.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/packaging/specifiers.py b/panda/python/Lib/site-packages/pip/_vendor/packaging/specifiers.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/packaging/version.py b/panda/python/Lib/site-packages/pip/_vendor/packaging/version.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/pkg_resources/__init__.py b/panda/python/Lib/site-packages/pip/_vendor/pkg_resources/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/pkg_resources/tests/__init__.py b/panda/python/Lib/site-packages/pip/_vendor/pkg_resources/tests/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/pkg_resources/tests/test_pkg_resources.py b/panda/python/Lib/site-packages/pip/_vendor/pkg_resources/tests/test_pkg_resources.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/pkg_resources/tests/test_resources.py b/panda/python/Lib/site-packages/pip/_vendor/pkg_resources/tests/test_resources.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/progress/__init__.py b/panda/python/Lib/site-packages/pip/_vendor/progress/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/progress/bar.py b/panda/python/Lib/site-packages/pip/_vendor/progress/bar.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/progress/counter.py b/panda/python/Lib/site-packages/pip/_vendor/progress/counter.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/progress/helpers.py b/panda/python/Lib/site-packages/pip/_vendor/progress/helpers.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/progress/spinner.py b/panda/python/Lib/site-packages/pip/_vendor/progress/spinner.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/re-vendor.py b/panda/python/Lib/site-packages/pip/_vendor/re-vendor.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/__init__.py b/panda/python/Lib/site-packages/pip/_vendor/requests/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/adapters.py b/panda/python/Lib/site-packages/pip/_vendor/requests/adapters.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/api.py b/panda/python/Lib/site-packages/pip/_vendor/requests/api.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/auth.py b/panda/python/Lib/site-packages/pip/_vendor/requests/auth.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/cacert.pem b/panda/python/Lib/site-packages/pip/_vendor/requests/cacert.pem old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/certs.py b/panda/python/Lib/site-packages/pip/_vendor/requests/certs.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/compat.py b/panda/python/Lib/site-packages/pip/_vendor/requests/compat.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/cookies.py b/panda/python/Lib/site-packages/pip/_vendor/requests/cookies.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/exceptions.py b/panda/python/Lib/site-packages/pip/_vendor/requests/exceptions.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/hooks.py b/panda/python/Lib/site-packages/pip/_vendor/requests/hooks.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/models.py b/panda/python/Lib/site-packages/pip/_vendor/requests/models.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/__init__.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/__init__.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/big5freq.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/big5freq.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/big5prober.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/big5prober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/chardetect.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/chardetect.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/chardistribution.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/chardistribution.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/charsetgroupprober.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/charsetgroupprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/charsetprober.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/charsetprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/codingstatemachine.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/codingstatemachine.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/compat.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/compat.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/constants.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/constants.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/cp949prober.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/cp949prober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/escprober.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/escprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/escsm.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/escsm.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/eucjpprober.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/eucjpprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/euckrfreq.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/euckrfreq.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/euckrprober.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/euckrprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/euctwfreq.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/euctwfreq.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/euctwprober.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/euctwprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/gb2312freq.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/gb2312freq.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/gb2312prober.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/gb2312prober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/hebrewprober.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/hebrewprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/jisfreq.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/jisfreq.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/jpcntx.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/jpcntx.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/langbulgarianmodel.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/langbulgarianmodel.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/langcyrillicmodel.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/langcyrillicmodel.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/langgreekmodel.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/langgreekmodel.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/langhebrewmodel.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/langhebrewmodel.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/langhungarianmodel.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/langhungarianmodel.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/langthaimodel.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/langthaimodel.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/latin1prober.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/latin1prober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/mbcharsetprober.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/mbcharsetprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/mbcsgroupprober.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/mbcsgroupprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/mbcssm.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/mbcssm.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/sbcharsetprober.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/sbcharsetprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/sbcsgroupprober.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/sbcsgroupprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/sjisprober.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/sjisprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/universaldetector.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/universaldetector.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/utf8prober.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/chardet/utf8prober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/__init__.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/_collections.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/_collections.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/connection.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/connection.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/connectionpool.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/connectionpool.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/contrib/__init__.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/contrib/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/exceptions.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/exceptions.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/fields.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/fields.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/filepost.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/filepost.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/__init__.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/six.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/six.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/poolmanager.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/poolmanager.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/request.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/request.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/response.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/response.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/__init__.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/connection.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/connection.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/request.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/request.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/response.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/response.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/retry.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/retry.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/timeout.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/timeout.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/url.py b/panda/python/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util/url.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/sessions.py b/panda/python/Lib/site-packages/pip/_vendor/requests/sessions.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/status_codes.py b/panda/python/Lib/site-packages/pip/_vendor/requests/status_codes.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/structures.py b/panda/python/Lib/site-packages/pip/_vendor/requests/structures.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/requests/utils.py b/panda/python/Lib/site-packages/pip/_vendor/requests/utils.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/retrying.py b/panda/python/Lib/site-packages/pip/_vendor/retrying.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/_vendor/six.py b/panda/python/Lib/site-packages/pip/_vendor/six.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/basecommand.py b/panda/python/Lib/site-packages/pip/basecommand.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/baseparser.py b/panda/python/Lib/site-packages/pip/baseparser.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/cmdoptions.py b/panda/python/Lib/site-packages/pip/cmdoptions.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/commands/__init__.py b/panda/python/Lib/site-packages/pip/commands/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/commands/completion.py b/panda/python/Lib/site-packages/pip/commands/completion.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/commands/freeze.py b/panda/python/Lib/site-packages/pip/commands/freeze.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/commands/help.py b/panda/python/Lib/site-packages/pip/commands/help.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/commands/install.py b/panda/python/Lib/site-packages/pip/commands/install.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/commands/list.py b/panda/python/Lib/site-packages/pip/commands/list.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/commands/search.py b/panda/python/Lib/site-packages/pip/commands/search.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/commands/show.py b/panda/python/Lib/site-packages/pip/commands/show.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/commands/uninstall.py b/panda/python/Lib/site-packages/pip/commands/uninstall.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/commands/unzip.py b/panda/python/Lib/site-packages/pip/commands/unzip.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/commands/wheel.py b/panda/python/Lib/site-packages/pip/commands/wheel.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/commands/zip.py b/panda/python/Lib/site-packages/pip/commands/zip.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/compat/__init__.py b/panda/python/Lib/site-packages/pip/compat/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/compat/dictconfig.py b/panda/python/Lib/site-packages/pip/compat/dictconfig.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/download.py b/panda/python/Lib/site-packages/pip/download.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/exceptions.py b/panda/python/Lib/site-packages/pip/exceptions.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/index.py b/panda/python/Lib/site-packages/pip/index.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/locations.py b/panda/python/Lib/site-packages/pip/locations.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/models/__init__.py b/panda/python/Lib/site-packages/pip/models/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/models/index.py b/panda/python/Lib/site-packages/pip/models/index.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/operations/__init__.py b/panda/python/Lib/site-packages/pip/operations/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/operations/freeze.py b/panda/python/Lib/site-packages/pip/operations/freeze.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/pep425tags.py b/panda/python/Lib/site-packages/pip/pep425tags.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/req/__init__.py b/panda/python/Lib/site-packages/pip/req/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/req/req_file.py b/panda/python/Lib/site-packages/pip/req/req_file.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/req/req_install.py b/panda/python/Lib/site-packages/pip/req/req_install.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/req/req_requirement.py b/panda/python/Lib/site-packages/pip/req/req_requirement.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/req/req_set.py b/panda/python/Lib/site-packages/pip/req/req_set.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/req/req_uninstall.py b/panda/python/Lib/site-packages/pip/req/req_uninstall.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/status_codes.py b/panda/python/Lib/site-packages/pip/status_codes.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/utils/__init__.py b/panda/python/Lib/site-packages/pip/utils/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/utils/appdirs.py b/panda/python/Lib/site-packages/pip/utils/appdirs.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/utils/build.py b/panda/python/Lib/site-packages/pip/utils/build.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/utils/deprecation.py b/panda/python/Lib/site-packages/pip/utils/deprecation.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/utils/filesystem.py b/panda/python/Lib/site-packages/pip/utils/filesystem.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/utils/logging.py b/panda/python/Lib/site-packages/pip/utils/logging.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/utils/outdated.py b/panda/python/Lib/site-packages/pip/utils/outdated.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/utils/ui.py b/panda/python/Lib/site-packages/pip/utils/ui.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/vcs/__init__.py b/panda/python/Lib/site-packages/pip/vcs/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/vcs/bazaar.py b/panda/python/Lib/site-packages/pip/vcs/bazaar.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/vcs/git.py b/panda/python/Lib/site-packages/pip/vcs/git.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/vcs/mercurial.py b/panda/python/Lib/site-packages/pip/vcs/mercurial.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/vcs/subversion.py b/panda/python/Lib/site-packages/pip/vcs/subversion.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/pip/wheel.py b/panda/python/Lib/site-packages/pip/wheel.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/ply-3.4-py2.7.egg-info/PKG-INFO b/panda/python/Lib/site-packages/ply-3.4-py2.7.egg-info/PKG-INFO old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/ply-3.4-py2.7.egg-info/SOURCES.txt b/panda/python/Lib/site-packages/ply-3.4-py2.7.egg-info/SOURCES.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/ply-3.4-py2.7.egg-info/dependency_links.txt b/panda/python/Lib/site-packages/ply-3.4-py2.7.egg-info/dependency_links.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/ply-3.4-py2.7.egg-info/installed-files.txt b/panda/python/Lib/site-packages/ply-3.4-py2.7.egg-info/installed-files.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/ply-3.4-py2.7.egg-info/top_level.txt b/panda/python/Lib/site-packages/ply-3.4-py2.7.egg-info/top_level.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/ply/__init__.py b/panda/python/Lib/site-packages/ply/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/ply/cpp.py b/panda/python/Lib/site-packages/ply/cpp.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/ply/ctokens.py b/panda/python/Lib/site-packages/ply/ctokens.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/ply/lex.py b/panda/python/Lib/site-packages/ply/lex.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/ply/yacc.py b/panda/python/Lib/site-packages/ply/yacc.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests-2.6.0.dist-info/DESCRIPTION.rst b/panda/python/Lib/site-packages/requests-2.6.0.dist-info/DESCRIPTION.rst old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests-2.6.0.dist-info/METADATA b/panda/python/Lib/site-packages/requests-2.6.0.dist-info/METADATA old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests-2.6.0.dist-info/RECORD b/panda/python/Lib/site-packages/requests-2.6.0.dist-info/RECORD old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests-2.6.0.dist-info/WHEEL b/panda/python/Lib/site-packages/requests-2.6.0.dist-info/WHEEL old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests-2.6.0.dist-info/top_level.txt b/panda/python/Lib/site-packages/requests-2.6.0.dist-info/top_level.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/HISTORY.rst b/panda/python/Lib/site-packages/requests/HISTORY.rst old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/LICENSE b/panda/python/Lib/site-packages/requests/LICENSE old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/MANIFEST.in b/panda/python/Lib/site-packages/requests/MANIFEST.in old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/NOTICE b/panda/python/Lib/site-packages/requests/NOTICE old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/PKG-INFO b/panda/python/Lib/site-packages/requests/PKG-INFO old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/README.rst b/panda/python/Lib/site-packages/requests/README.rst old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/__init__.py b/panda/python/Lib/site-packages/requests/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/adapters.py b/panda/python/Lib/site-packages/requests/adapters.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/api.py b/panda/python/Lib/site-packages/requests/api.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/auth.py b/panda/python/Lib/site-packages/requests/auth.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/cacert.pem b/panda/python/Lib/site-packages/requests/cacert.pem old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/certs.py b/panda/python/Lib/site-packages/requests/certs.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/compat.py b/panda/python/Lib/site-packages/requests/compat.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/cookies.py b/panda/python/Lib/site-packages/requests/cookies.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/exceptions.py b/panda/python/Lib/site-packages/requests/exceptions.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/hooks.py b/panda/python/Lib/site-packages/requests/hooks.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/models.py b/panda/python/Lib/site-packages/requests/models.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/__init__.py b/panda/python/Lib/site-packages/requests/packages/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/__init__.py b/panda/python/Lib/site-packages/requests/packages/chardet/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/big5freq.py b/panda/python/Lib/site-packages/requests/packages/chardet/big5freq.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/big5prober.py b/panda/python/Lib/site-packages/requests/packages/chardet/big5prober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/chardetect.py b/panda/python/Lib/site-packages/requests/packages/chardet/chardetect.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/chardistribution.py b/panda/python/Lib/site-packages/requests/packages/chardet/chardistribution.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/charsetgroupprober.py b/panda/python/Lib/site-packages/requests/packages/chardet/charsetgroupprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/charsetprober.py b/panda/python/Lib/site-packages/requests/packages/chardet/charsetprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/codingstatemachine.py b/panda/python/Lib/site-packages/requests/packages/chardet/codingstatemachine.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/compat.py b/panda/python/Lib/site-packages/requests/packages/chardet/compat.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/constants.py b/panda/python/Lib/site-packages/requests/packages/chardet/constants.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/cp949prober.py b/panda/python/Lib/site-packages/requests/packages/chardet/cp949prober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/escprober.py b/panda/python/Lib/site-packages/requests/packages/chardet/escprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/escsm.py b/panda/python/Lib/site-packages/requests/packages/chardet/escsm.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/eucjpprober.py b/panda/python/Lib/site-packages/requests/packages/chardet/eucjpprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/euckrfreq.py b/panda/python/Lib/site-packages/requests/packages/chardet/euckrfreq.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/euckrprober.py b/panda/python/Lib/site-packages/requests/packages/chardet/euckrprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/euctwfreq.py b/panda/python/Lib/site-packages/requests/packages/chardet/euctwfreq.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/euctwprober.py b/panda/python/Lib/site-packages/requests/packages/chardet/euctwprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/gb2312freq.py b/panda/python/Lib/site-packages/requests/packages/chardet/gb2312freq.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/gb2312prober.py b/panda/python/Lib/site-packages/requests/packages/chardet/gb2312prober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/hebrewprober.py b/panda/python/Lib/site-packages/requests/packages/chardet/hebrewprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/jisfreq.py b/panda/python/Lib/site-packages/requests/packages/chardet/jisfreq.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/jpcntx.py b/panda/python/Lib/site-packages/requests/packages/chardet/jpcntx.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/langbulgarianmodel.py b/panda/python/Lib/site-packages/requests/packages/chardet/langbulgarianmodel.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/langcyrillicmodel.py b/panda/python/Lib/site-packages/requests/packages/chardet/langcyrillicmodel.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/langgreekmodel.py b/panda/python/Lib/site-packages/requests/packages/chardet/langgreekmodel.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/langhebrewmodel.py b/panda/python/Lib/site-packages/requests/packages/chardet/langhebrewmodel.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/langhungarianmodel.py b/panda/python/Lib/site-packages/requests/packages/chardet/langhungarianmodel.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/langthaimodel.py b/panda/python/Lib/site-packages/requests/packages/chardet/langthaimodel.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/latin1prober.py b/panda/python/Lib/site-packages/requests/packages/chardet/latin1prober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/mbcharsetprober.py b/panda/python/Lib/site-packages/requests/packages/chardet/mbcharsetprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/mbcsgroupprober.py b/panda/python/Lib/site-packages/requests/packages/chardet/mbcsgroupprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/mbcssm.py b/panda/python/Lib/site-packages/requests/packages/chardet/mbcssm.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/sbcharsetprober.py b/panda/python/Lib/site-packages/requests/packages/chardet/sbcharsetprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/sbcsgroupprober.py b/panda/python/Lib/site-packages/requests/packages/chardet/sbcsgroupprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/sjisprober.py b/panda/python/Lib/site-packages/requests/packages/chardet/sjisprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/universaldetector.py b/panda/python/Lib/site-packages/requests/packages/chardet/universaldetector.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/chardet/utf8prober.py b/panda/python/Lib/site-packages/requests/packages/chardet/utf8prober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/urllib3/__init__.py b/panda/python/Lib/site-packages/requests/packages/urllib3/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/urllib3/_collections.py b/panda/python/Lib/site-packages/requests/packages/urllib3/_collections.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/urllib3/connection.py b/panda/python/Lib/site-packages/requests/packages/urllib3/connection.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/urllib3/connectionpool.py b/panda/python/Lib/site-packages/requests/packages/urllib3/connectionpool.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/urllib3/contrib/__init__.py b/panda/python/Lib/site-packages/requests/packages/urllib3/contrib/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/urllib3/contrib/ntlmpool.py b/panda/python/Lib/site-packages/requests/packages/urllib3/contrib/ntlmpool.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/urllib3/contrib/pyopenssl.py b/panda/python/Lib/site-packages/requests/packages/urllib3/contrib/pyopenssl.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/urllib3/exceptions.py b/panda/python/Lib/site-packages/requests/packages/urllib3/exceptions.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/urllib3/fields.py b/panda/python/Lib/site-packages/requests/packages/urllib3/fields.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/urllib3/filepost.py b/panda/python/Lib/site-packages/requests/packages/urllib3/filepost.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/urllib3/packages/__init__.py b/panda/python/Lib/site-packages/requests/packages/urllib3/packages/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/urllib3/packages/ordered_dict.py b/panda/python/Lib/site-packages/requests/packages/urllib3/packages/ordered_dict.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/urllib3/packages/six.py b/panda/python/Lib/site-packages/requests/packages/urllib3/packages/six.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py b/panda/python/Lib/site-packages/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py b/panda/python/Lib/site-packages/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/urllib3/poolmanager.py b/panda/python/Lib/site-packages/requests/packages/urllib3/poolmanager.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/urllib3/request.py b/panda/python/Lib/site-packages/requests/packages/urllib3/request.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/urllib3/response.py b/panda/python/Lib/site-packages/requests/packages/urllib3/response.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/urllib3/util/__init__.py b/panda/python/Lib/site-packages/requests/packages/urllib3/util/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/urllib3/util/connection.py b/panda/python/Lib/site-packages/requests/packages/urllib3/util/connection.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/urllib3/util/request.py b/panda/python/Lib/site-packages/requests/packages/urllib3/util/request.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/urllib3/util/response.py b/panda/python/Lib/site-packages/requests/packages/urllib3/util/response.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/urllib3/util/retry.py b/panda/python/Lib/site-packages/requests/packages/urllib3/util/retry.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/urllib3/util/ssl_.py b/panda/python/Lib/site-packages/requests/packages/urllib3/util/ssl_.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/urllib3/util/timeout.py b/panda/python/Lib/site-packages/requests/packages/urllib3/util/timeout.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/packages/urllib3/util/url.py b/panda/python/Lib/site-packages/requests/packages/urllib3/util/url.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests.egg-info/PKG-INFO b/panda/python/Lib/site-packages/requests/requests.egg-info/PKG-INFO old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests.egg-info/SOURCES.txt b/panda/python/Lib/site-packages/requests/requests.egg-info/SOURCES.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests.egg-info/dependency_links.txt b/panda/python/Lib/site-packages/requests/requests.egg-info/dependency_links.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests.egg-info/not-zip-safe b/panda/python/Lib/site-packages/requests/requests.egg-info/not-zip-safe old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests.egg-info/requires.txt b/panda/python/Lib/site-packages/requests/requests.egg-info/requires.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests.egg-info/top_level.txt b/panda/python/Lib/site-packages/requests/requests.egg-info/top_level.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/__init__.py b/panda/python/Lib/site-packages/requests/requests/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/adapters.py b/panda/python/Lib/site-packages/requests/requests/adapters.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/api.py b/panda/python/Lib/site-packages/requests/requests/api.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/auth.py b/panda/python/Lib/site-packages/requests/requests/auth.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/cacert.pem b/panda/python/Lib/site-packages/requests/requests/cacert.pem old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/certs.py b/panda/python/Lib/site-packages/requests/requests/certs.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/compat.py b/panda/python/Lib/site-packages/requests/requests/compat.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/cookies.py b/panda/python/Lib/site-packages/requests/requests/cookies.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/exceptions.py b/panda/python/Lib/site-packages/requests/requests/exceptions.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/hooks.py b/panda/python/Lib/site-packages/requests/requests/hooks.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/models.py b/panda/python/Lib/site-packages/requests/requests/models.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/__init__.py b/panda/python/Lib/site-packages/requests/requests/packages/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/__init__.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/big5freq.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/big5freq.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/big5prober.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/big5prober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/chardetect.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/chardetect.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/chardistribution.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/chardistribution.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/charsetgroupprober.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/charsetgroupprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/charsetprober.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/charsetprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/codingstatemachine.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/codingstatemachine.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/compat.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/compat.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/constants.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/constants.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/cp949prober.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/cp949prober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/escprober.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/escprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/escsm.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/escsm.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/eucjpprober.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/eucjpprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/euckrfreq.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/euckrfreq.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/euckrprober.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/euckrprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/euctwfreq.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/euctwfreq.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/euctwprober.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/euctwprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/gb2312freq.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/gb2312freq.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/gb2312prober.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/gb2312prober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/hebrewprober.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/hebrewprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/jisfreq.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/jisfreq.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/jpcntx.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/jpcntx.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/langbulgarianmodel.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/langbulgarianmodel.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/langcyrillicmodel.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/langcyrillicmodel.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/langgreekmodel.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/langgreekmodel.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/langhebrewmodel.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/langhebrewmodel.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/langhungarianmodel.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/langhungarianmodel.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/langthaimodel.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/langthaimodel.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/latin1prober.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/latin1prober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/mbcharsetprober.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/mbcharsetprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/mbcsgroupprober.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/mbcsgroupprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/mbcssm.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/mbcssm.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/sbcharsetprober.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/sbcharsetprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/sbcsgroupprober.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/sbcsgroupprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/sjisprober.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/sjisprober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/universaldetector.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/universaldetector.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/chardet/utf8prober.py b/panda/python/Lib/site-packages/requests/requests/packages/chardet/utf8prober.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/urllib3/__init__.py b/panda/python/Lib/site-packages/requests/requests/packages/urllib3/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/urllib3/_collections.py b/panda/python/Lib/site-packages/requests/requests/packages/urllib3/_collections.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/urllib3/connection.py b/panda/python/Lib/site-packages/requests/requests/packages/urllib3/connection.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/urllib3/connectionpool.py b/panda/python/Lib/site-packages/requests/requests/packages/urllib3/connectionpool.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/urllib3/contrib/__init__.py b/panda/python/Lib/site-packages/requests/requests/packages/urllib3/contrib/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/urllib3/contrib/ntlmpool.py b/panda/python/Lib/site-packages/requests/requests/packages/urllib3/contrib/ntlmpool.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/urllib3/contrib/pyopenssl.py b/panda/python/Lib/site-packages/requests/requests/packages/urllib3/contrib/pyopenssl.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/urllib3/exceptions.py b/panda/python/Lib/site-packages/requests/requests/packages/urllib3/exceptions.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/urllib3/fields.py b/panda/python/Lib/site-packages/requests/requests/packages/urllib3/fields.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/urllib3/filepost.py b/panda/python/Lib/site-packages/requests/requests/packages/urllib3/filepost.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/urllib3/packages/__init__.py b/panda/python/Lib/site-packages/requests/requests/packages/urllib3/packages/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/urllib3/packages/ordered_dict.py b/panda/python/Lib/site-packages/requests/requests/packages/urllib3/packages/ordered_dict.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/urllib3/packages/six.py b/panda/python/Lib/site-packages/requests/requests/packages/urllib3/packages/six.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py b/panda/python/Lib/site-packages/requests/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py b/panda/python/Lib/site-packages/requests/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/urllib3/poolmanager.py b/panda/python/Lib/site-packages/requests/requests/packages/urllib3/poolmanager.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/urllib3/request.py b/panda/python/Lib/site-packages/requests/requests/packages/urllib3/request.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/urllib3/response.py b/panda/python/Lib/site-packages/requests/requests/packages/urllib3/response.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/urllib3/util/__init__.py b/panda/python/Lib/site-packages/requests/requests/packages/urllib3/util/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/urllib3/util/connection.py b/panda/python/Lib/site-packages/requests/requests/packages/urllib3/util/connection.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/urllib3/util/request.py b/panda/python/Lib/site-packages/requests/requests/packages/urllib3/util/request.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/urllib3/util/response.py b/panda/python/Lib/site-packages/requests/requests/packages/urllib3/util/response.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/urllib3/util/retry.py b/panda/python/Lib/site-packages/requests/requests/packages/urllib3/util/retry.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/urllib3/util/ssl_.py b/panda/python/Lib/site-packages/requests/requests/packages/urllib3/util/ssl_.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/urllib3/util/timeout.py b/panda/python/Lib/site-packages/requests/requests/packages/urllib3/util/timeout.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/packages/urllib3/util/url.py b/panda/python/Lib/site-packages/requests/requests/packages/urllib3/util/url.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/sessions.py b/panda/python/Lib/site-packages/requests/requests/sessions.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/status_codes.py b/panda/python/Lib/site-packages/requests/requests/status_codes.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/structures.py b/panda/python/Lib/site-packages/requests/requests/structures.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requests/utils.py b/panda/python/Lib/site-packages/requests/requests/utils.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/requirements.txt b/panda/python/Lib/site-packages/requests/requirements.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/sessions.py b/panda/python/Lib/site-packages/requests/sessions.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/setup.cfg b/panda/python/Lib/site-packages/requests/setup.cfg old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/setup.py b/panda/python/Lib/site-packages/requests/setup.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/status_codes.py b/panda/python/Lib/site-packages/requests/status_codes.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/structures.py b/panda/python/Lib/site-packages/requests/structures.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/test_requests.py b/panda/python/Lib/site-packages/requests/test_requests.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/requests/utils.py b/panda/python/Lib/site-packages/requests/utils.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/setuptools-12.0.5-py2.7.egg b/panda/python/Lib/site-packages/setuptools-12.0.5-py2.7.egg old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/setuptools.pth b/panda/python/Lib/site-packages/setuptools.pth old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/__init__.py b/panda/python/Lib/site-packages/wx/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/__version__.py b/panda/python/Lib/site-packages/wx/__version__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/_adv.pyd b/panda/python/Lib/site-packages/wx/_adv.pyd old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/_core.pyd b/panda/python/Lib/site-packages/wx/_core.pyd old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/_dataview.pyd b/panda/python/Lib/site-packages/wx/_dataview.pyd old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/_glcanvas.pyd b/panda/python/Lib/site-packages/wx/_glcanvas.pyd old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/_grid.pyd b/panda/python/Lib/site-packages/wx/_grid.pyd old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/_html.pyd b/panda/python/Lib/site-packages/wx/_html.pyd old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/_html2.pyd b/panda/python/Lib/site-packages/wx/_html2.pyd old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/_richtext.pyd b/panda/python/Lib/site-packages/wx/_richtext.pyd old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/_stc.pyd b/panda/python/Lib/site-packages/wx/_stc.pyd old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/_xml.pyd b/panda/python/Lib/site-packages/wx/_xml.pyd old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/_xrc.pyd b/panda/python/Lib/site-packages/wx/_xrc.pyd old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/adv.pi b/panda/python/Lib/site-packages/wx/adv.pi old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/adv.py b/panda/python/Lib/site-packages/wx/adv.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/core.pi b/panda/python/Lib/site-packages/wx/core.pi old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/core.py b/panda/python/Lib/site-packages/wx/core.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/dataview.pi b/panda/python/Lib/site-packages/wx/dataview.pi old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/dataview.py b/panda/python/Lib/site-packages/wx/dataview.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/freetype6.dll b/panda/python/Lib/site-packages/wx/freetype6.dll old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/glcanvas.pi b/panda/python/Lib/site-packages/wx/glcanvas.pi old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/glcanvas.py b/panda/python/Lib/site-packages/wx/glcanvas.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/grid.pi b/panda/python/Lib/site-packages/wx/grid.pi old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/grid.py b/panda/python/Lib/site-packages/wx/grid.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/html.pi b/panda/python/Lib/site-packages/wx/html.pi old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/html.py b/panda/python/Lib/site-packages/wx/html.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/html2.pi b/panda/python/Lib/site-packages/wx/html2.pi old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/html2.py b/panda/python/Lib/site-packages/wx/html2.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/CDate.py b/panda/python/Lib/site-packages/wx/lib/CDate.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/ClickableHtmlWindow.py b/panda/python/Lib/site-packages/wx/lib/ClickableHtmlWindow.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/__init__.py b/panda/python/Lib/site-packages/wx/lib/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/activex.py b/panda/python/Lib/site-packages/wx/lib/activex.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/activexwrapper.py b/panda/python/Lib/site-packages/wx/lib/activexwrapper.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/__init__.py b/panda/python/Lib/site-packages/wx/lib/agw/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/advancedsplash.py b/panda/python/Lib/site-packages/wx/lib/agw/advancedsplash.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/aquabutton.py b/panda/python/Lib/site-packages/wx/lib/agw/aquabutton.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/artmanager.py b/panda/python/Lib/site-packages/wx/lib/agw/artmanager.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/aui/__init__.py b/panda/python/Lib/site-packages/wx/lib/agw/aui/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/aui/aui_constants.py b/panda/python/Lib/site-packages/wx/lib/agw/aui/aui_constants.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/aui/aui_switcherdialog.py b/panda/python/Lib/site-packages/wx/lib/agw/aui/aui_switcherdialog.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/aui/aui_utilities.py b/panda/python/Lib/site-packages/wx/lib/agw/aui/aui_utilities.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/aui/auibar.py b/panda/python/Lib/site-packages/wx/lib/agw/aui/auibar.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/aui/auibook.py b/panda/python/Lib/site-packages/wx/lib/agw/aui/auibook.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/aui/dockart.py b/panda/python/Lib/site-packages/wx/lib/agw/aui/dockart.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/aui/framemanager.py b/panda/python/Lib/site-packages/wx/lib/agw/aui/framemanager.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/aui/tabart.py b/panda/python/Lib/site-packages/wx/lib/agw/aui/tabart.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/aui/tabmdi.py b/panda/python/Lib/site-packages/wx/lib/agw/aui/tabmdi.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/balloontip.py b/panda/python/Lib/site-packages/wx/lib/agw/balloontip.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/buttonpanel.py b/panda/python/Lib/site-packages/wx/lib/agw/buttonpanel.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/cubecolourdialog.py b/panda/python/Lib/site-packages/wx/lib/agw/cubecolourdialog.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/customtreectrl.py b/panda/python/Lib/site-packages/wx/lib/agw/customtreectrl.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/data/ShortcutEditor_1.png b/panda/python/Lib/site-packages/wx/lib/agw/data/ShortcutEditor_1.png old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/data/ShortcutEditor_1_thumb.png b/panda/python/Lib/site-packages/wx/lib/agw/data/ShortcutEditor_1_thumb.png old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/data/ShortcutEditor_2.png b/panda/python/Lib/site-packages/wx/lib/agw/data/ShortcutEditor_2.png old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/data/ShortcutEditor_2_thumb.png b/panda/python/Lib/site-packages/wx/lib/agw/data/ShortcutEditor_2_thumb.png old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/data/ShortcutEditor_3.png b/panda/python/Lib/site-packages/wx/lib/agw/data/ShortcutEditor_3.png old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/data/ShortcutEditor_3_thumb.png b/panda/python/Lib/site-packages/wx/lib/agw/data/ShortcutEditor_3_thumb.png old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/data/ShortcutEditor_4.png b/panda/python/Lib/site-packages/wx/lib/agw/data/ShortcutEditor_4.png old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/data/ShortcutEditor_4_thumb.png b/panda/python/Lib/site-packages/wx/lib/agw/data/ShortcutEditor_4_thumb.png old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/data/default_help_text.html b/panda/python/Lib/site-packages/wx/lib/agw/data/default_help_text.html old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/flatmenu.py b/panda/python/Lib/site-packages/wx/lib/agw/flatmenu.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/flatnotebook.py b/panda/python/Lib/site-packages/wx/lib/agw/flatnotebook.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/floatspin.py b/panda/python/Lib/site-packages/wx/lib/agw/floatspin.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/fmcustomizedlg.py b/panda/python/Lib/site-packages/wx/lib/agw/fmcustomizedlg.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/fmresources.py b/panda/python/Lib/site-packages/wx/lib/agw/fmresources.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/foldpanelbar.py b/panda/python/Lib/site-packages/wx/lib/agw/foldpanelbar.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/fourwaysplitter.py b/panda/python/Lib/site-packages/wx/lib/agw/fourwaysplitter.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/genericmessagedialog.py b/panda/python/Lib/site-packages/wx/lib/agw/genericmessagedialog.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/gradientbutton.py b/panda/python/Lib/site-packages/wx/lib/agw/gradientbutton.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/hyperlink.py b/panda/python/Lib/site-packages/wx/lib/agw/hyperlink.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/hypertreelist.py b/panda/python/Lib/site-packages/wx/lib/agw/hypertreelist.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/infobar.py b/panda/python/Lib/site-packages/wx/lib/agw/infobar.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/knobctrl.py b/panda/python/Lib/site-packages/wx/lib/agw/knobctrl.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/labelbook.py b/panda/python/Lib/site-packages/wx/lib/agw/labelbook.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/multidirdialog.py b/panda/python/Lib/site-packages/wx/lib/agw/multidirdialog.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/peakmeter.py b/panda/python/Lib/site-packages/wx/lib/agw/peakmeter.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/persist/__init__.py b/panda/python/Lib/site-packages/wx/lib/agw/persist/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/persist/persist_constants.py b/panda/python/Lib/site-packages/wx/lib/agw/persist/persist_constants.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/persist/persist_handlers.py b/panda/python/Lib/site-packages/wx/lib/agw/persist/persist_handlers.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/persist/persistencemanager.py b/panda/python/Lib/site-packages/wx/lib/agw/persist/persistencemanager.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/piectrl.py b/panda/python/Lib/site-packages/wx/lib/agw/piectrl.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/pybusyinfo.py b/panda/python/Lib/site-packages/wx/lib/agw/pybusyinfo.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/pycollapsiblepane.py b/panda/python/Lib/site-packages/wx/lib/agw/pycollapsiblepane.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/pygauge.py b/panda/python/Lib/site-packages/wx/lib/agw/pygauge.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/pyprogress.py b/panda/python/Lib/site-packages/wx/lib/agw/pyprogress.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/ribbon/__init__.py b/panda/python/Lib/site-packages/wx/lib/agw/ribbon/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/ribbon/art.py b/panda/python/Lib/site-packages/wx/lib/agw/ribbon/art.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/ribbon/art_aui.py b/panda/python/Lib/site-packages/wx/lib/agw/ribbon/art_aui.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/ribbon/art_default.py b/panda/python/Lib/site-packages/wx/lib/agw/ribbon/art_default.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/ribbon/art_internal.py b/panda/python/Lib/site-packages/wx/lib/agw/ribbon/art_internal.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/ribbon/art_msw.py b/panda/python/Lib/site-packages/wx/lib/agw/ribbon/art_msw.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/ribbon/art_osx.py b/panda/python/Lib/site-packages/wx/lib/agw/ribbon/art_osx.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/ribbon/bar.py b/panda/python/Lib/site-packages/wx/lib/agw/ribbon/bar.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/ribbon/buttonbar.py b/panda/python/Lib/site-packages/wx/lib/agw/ribbon/buttonbar.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/ribbon/control.py b/panda/python/Lib/site-packages/wx/lib/agw/ribbon/control.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/ribbon/gallery.py b/panda/python/Lib/site-packages/wx/lib/agw/ribbon/gallery.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/ribbon/page.py b/panda/python/Lib/site-packages/wx/lib/agw/ribbon/page.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/ribbon/panel.py b/panda/python/Lib/site-packages/wx/lib/agw/ribbon/panel.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/ribbon/toolbar.py b/panda/python/Lib/site-packages/wx/lib/agw/ribbon/toolbar.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/rulerctrl.py b/panda/python/Lib/site-packages/wx/lib/agw/rulerctrl.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/shapedbutton.py b/panda/python/Lib/site-packages/wx/lib/agw/shapedbutton.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/shortcuteditor.py b/panda/python/Lib/site-packages/wx/lib/agw/shortcuteditor.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/speedmeter.py b/panda/python/Lib/site-packages/wx/lib/agw/speedmeter.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/supertooltip.py b/panda/python/Lib/site-packages/wx/lib/agw/supertooltip.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/thumbnailctrl.py b/panda/python/Lib/site-packages/wx/lib/agw/thumbnailctrl.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/toasterbox.py b/panda/python/Lib/site-packages/wx/lib/agw/toasterbox.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/ultimatelistctrl.py b/panda/python/Lib/site-packages/wx/lib/agw/ultimatelistctrl.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/xlsgrid.py b/panda/python/Lib/site-packages/wx/lib/agw/xlsgrid.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/agw/zoombar.py b/panda/python/Lib/site-packages/wx/lib/agw/zoombar.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/analogclock/__init__.py b/panda/python/Lib/site-packages/wx/lib/analogclock/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/analogclock/analogclock.py b/panda/python/Lib/site-packages/wx/lib/analogclock/analogclock.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/analogclock/helpers.py b/panda/python/Lib/site-packages/wx/lib/analogclock/helpers.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/analogclock/lib_setup/__init__.py b/panda/python/Lib/site-packages/wx/lib/analogclock/lib_setup/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/analogclock/lib_setup/buttontreectrlpanel.py b/panda/python/Lib/site-packages/wx/lib/analogclock/lib_setup/buttontreectrlpanel.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/analogclock/lib_setup/colourselect.py b/panda/python/Lib/site-packages/wx/lib/analogclock/lib_setup/colourselect.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/analogclock/lib_setup/fontselect.py b/panda/python/Lib/site-packages/wx/lib/analogclock/lib_setup/fontselect.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/analogclock/setup.py b/panda/python/Lib/site-packages/wx/lib/analogclock/setup.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/analogclock/styles.py b/panda/python/Lib/site-packages/wx/lib/analogclock/styles.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/anchors.py b/panda/python/Lib/site-packages/wx/lib/anchors.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/art/__init__.py b/panda/python/Lib/site-packages/wx/lib/art/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/art/flagart.py b/panda/python/Lib/site-packages/wx/lib/art/flagart.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/art/img2pyartprov.py b/panda/python/Lib/site-packages/wx/lib/art/img2pyartprov.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/busy.py b/panda/python/Lib/site-packages/wx/lib/busy.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/buttons.py b/panda/python/Lib/site-packages/wx/lib/buttons.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/calendar.py b/panda/python/Lib/site-packages/wx/lib/calendar.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/colourchooser/__init__.py b/panda/python/Lib/site-packages/wx/lib/colourchooser/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/colourchooser/canvas.py b/panda/python/Lib/site-packages/wx/lib/colourchooser/canvas.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/colourchooser/intl.py b/panda/python/Lib/site-packages/wx/lib/colourchooser/intl.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/colourchooser/pycolourbox.py b/panda/python/Lib/site-packages/wx/lib/colourchooser/pycolourbox.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/colourchooser/pycolourchooser.py b/panda/python/Lib/site-packages/wx/lib/colourchooser/pycolourchooser.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/colourchooser/pycolourslider.py b/panda/python/Lib/site-packages/wx/lib/colourchooser/pycolourslider.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/colourchooser/pypalette.py b/panda/python/Lib/site-packages/wx/lib/colourchooser/pypalette.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/colourdb.py b/panda/python/Lib/site-packages/wx/lib/colourdb.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/colourselect.py b/panda/python/Lib/site-packages/wx/lib/colourselect.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/colourutils.py b/panda/python/Lib/site-packages/wx/lib/colourutils.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/combotreebox.py b/panda/python/Lib/site-packages/wx/lib/combotreebox.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/delayedresult.py b/panda/python/Lib/site-packages/wx/lib/delayedresult.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/dialogs.py b/panda/python/Lib/site-packages/wx/lib/dialogs.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/docview.py b/panda/python/Lib/site-packages/wx/lib/docview.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/dragscroller.py b/panda/python/Lib/site-packages/wx/lib/dragscroller.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/editor/README.txt b/panda/python/Lib/site-packages/wx/lib/editor/README.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/editor/__init__.py b/panda/python/Lib/site-packages/wx/lib/editor/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/editor/editor.py b/panda/python/Lib/site-packages/wx/lib/editor/editor.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/editor/images.py b/panda/python/Lib/site-packages/wx/lib/editor/images.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/editor/selection.py b/panda/python/Lib/site-packages/wx/lib/editor/selection.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/embeddedimage.py b/panda/python/Lib/site-packages/wx/lib/embeddedimage.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/eventStack.py b/panda/python/Lib/site-packages/wx/lib/eventStack.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/eventwatcher.py b/panda/python/Lib/site-packages/wx/lib/eventwatcher.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/evtmgr.py b/panda/python/Lib/site-packages/wx/lib/evtmgr.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/expando.py b/panda/python/Lib/site-packages/wx/lib/expando.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/fancytext.py b/panda/python/Lib/site-packages/wx/lib/fancytext.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/filebrowsebutton.py b/panda/python/Lib/site-packages/wx/lib/filebrowsebutton.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/flashwin.py b/panda/python/Lib/site-packages/wx/lib/flashwin.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/flashwin_old.py b/panda/python/Lib/site-packages/wx/lib/flashwin_old.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/floatbar.py b/panda/python/Lib/site-packages/wx/lib/floatbar.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/floatcanvas/FCEvents.py b/panda/python/Lib/site-packages/wx/lib/floatcanvas/FCEvents.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/floatcanvas/FCObjects.py b/panda/python/Lib/site-packages/wx/lib/floatcanvas/FCObjects.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/floatcanvas/FloatCanvas.py b/panda/python/Lib/site-packages/wx/lib/floatcanvas/FloatCanvas.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/floatcanvas/GUIMode.py b/panda/python/Lib/site-packages/wx/lib/floatcanvas/GUIMode.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/floatcanvas/NavCanvas.py b/panda/python/Lib/site-packages/wx/lib/floatcanvas/NavCanvas.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/floatcanvas/Resources.py b/panda/python/Lib/site-packages/wx/lib/floatcanvas/Resources.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/floatcanvas/ScreenShot.py b/panda/python/Lib/site-packages/wx/lib/floatcanvas/ScreenShot.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/floatcanvas/Utilities/BBox.py b/panda/python/Lib/site-packages/wx/lib/floatcanvas/Utilities/BBox.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/floatcanvas/Utilities/Colors.py b/panda/python/Lib/site-packages/wx/lib/floatcanvas/Utilities/Colors.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/floatcanvas/Utilities/GUI.py b/panda/python/Lib/site-packages/wx/lib/floatcanvas/Utilities/GUI.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/floatcanvas/Utilities/__init__.py b/panda/python/Lib/site-packages/wx/lib/floatcanvas/Utilities/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/floatcanvas/__init__.py b/panda/python/Lib/site-packages/wx/lib/floatcanvas/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/foldmenu.py b/panda/python/Lib/site-packages/wx/lib/foldmenu.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/gestures.py b/panda/python/Lib/site-packages/wx/lib/gestures.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/graphics.py b/panda/python/Lib/site-packages/wx/lib/graphics.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/gridmovers.py b/panda/python/Lib/site-packages/wx/lib/gridmovers.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/iewin.py b/panda/python/Lib/site-packages/wx/lib/iewin.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/iewin_old.py b/panda/python/Lib/site-packages/wx/lib/iewin_old.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/imagebrowser.py b/panda/python/Lib/site-packages/wx/lib/imagebrowser.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/imageutils.py b/panda/python/Lib/site-packages/wx/lib/imageutils.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/infoframe.py b/panda/python/Lib/site-packages/wx/lib/infoframe.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/inspection.py b/panda/python/Lib/site-packages/wx/lib/inspection.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/intctrl.py b/panda/python/Lib/site-packages/wx/lib/intctrl.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/itemspicker.py b/panda/python/Lib/site-packages/wx/lib/itemspicker.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/langlistctrl.py b/panda/python/Lib/site-packages/wx/lib/langlistctrl.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/layoutf.py b/panda/python/Lib/site-packages/wx/lib/layoutf.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/masked/__init__.py b/panda/python/Lib/site-packages/wx/lib/masked/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/masked/combobox.py b/panda/python/Lib/site-packages/wx/lib/masked/combobox.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/masked/ctrl.py b/panda/python/Lib/site-packages/wx/lib/masked/ctrl.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/masked/ipaddrctrl.py b/panda/python/Lib/site-packages/wx/lib/masked/ipaddrctrl.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/masked/maskededit.py b/panda/python/Lib/site-packages/wx/lib/masked/maskededit.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/masked/numctrl.py b/panda/python/Lib/site-packages/wx/lib/masked/numctrl.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/masked/textctrl.py b/panda/python/Lib/site-packages/wx/lib/masked/textctrl.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/masked/timectrl.py b/panda/python/Lib/site-packages/wx/lib/masked/timectrl.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/mixins/__init__.py b/panda/python/Lib/site-packages/wx/lib/mixins/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/mixins/grid.py b/panda/python/Lib/site-packages/wx/lib/mixins/grid.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/mixins/gridlabelrenderer.py b/panda/python/Lib/site-packages/wx/lib/mixins/gridlabelrenderer.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/mixins/imagelist.py b/panda/python/Lib/site-packages/wx/lib/mixins/imagelist.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/mixins/inspection.py b/panda/python/Lib/site-packages/wx/lib/mixins/inspection.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/mixins/listctrl.py b/panda/python/Lib/site-packages/wx/lib/mixins/listctrl.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/mixins/rubberband.py b/panda/python/Lib/site-packages/wx/lib/mixins/rubberband.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/mixins/treemixin.py b/panda/python/Lib/site-packages/wx/lib/mixins/treemixin.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/msgpanel.py b/panda/python/Lib/site-packages/wx/lib/msgpanel.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/multisash.py b/panda/python/Lib/site-packages/wx/lib/multisash.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/mvctree.py b/panda/python/Lib/site-packages/wx/lib/mvctree.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/myole4ax.idl b/panda/python/Lib/site-packages/wx/lib/myole4ax.idl old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/myole4ax.tlb b/panda/python/Lib/site-packages/wx/lib/myole4ax.tlb old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/newevent.py b/panda/python/Lib/site-packages/wx/lib/newevent.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/nvdlg.py b/panda/python/Lib/site-packages/wx/lib/nvdlg.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/ogl/__init__.py b/panda/python/Lib/site-packages/wx/lib/ogl/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/ogl/basic.py b/panda/python/Lib/site-packages/wx/lib/ogl/basic.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/ogl/bmpshape.py b/panda/python/Lib/site-packages/wx/lib/ogl/bmpshape.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/ogl/canvas.py b/panda/python/Lib/site-packages/wx/lib/ogl/canvas.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/ogl/composit.py b/panda/python/Lib/site-packages/wx/lib/ogl/composit.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/ogl/diagram.py b/panda/python/Lib/site-packages/wx/lib/ogl/diagram.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/ogl/divided.py b/panda/python/Lib/site-packages/wx/lib/ogl/divided.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/ogl/drawn.py b/panda/python/Lib/site-packages/wx/lib/ogl/drawn.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/ogl/lines.py b/panda/python/Lib/site-packages/wx/lib/ogl/lines.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/ogl/oglmisc.py b/panda/python/Lib/site-packages/wx/lib/ogl/oglmisc.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pdfviewer/__init__.py b/panda/python/Lib/site-packages/wx/lib/pdfviewer/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pdfviewer/bezier.py b/panda/python/Lib/site-packages/wx/lib/pdfviewer/bezier.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pdfviewer/bitmaps/ArrowLeft.png b/panda/python/Lib/site-packages/wx/lib/pdfviewer/bitmaps/ArrowLeft.png old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pdfviewer/bitmaps/ArrowRight.png b/panda/python/Lib/site-packages/wx/lib/pdfviewer/bitmaps/ArrowRight.png old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pdfviewer/bitmaps/DirectionH.png b/panda/python/Lib/site-packages/wx/lib/pdfviewer/bitmaps/DirectionH.png old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pdfviewer/bitmaps/DirectionV.png b/panda/python/Lib/site-packages/wx/lib/pdfviewer/bitmaps/DirectionV.png old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pdfviewer/bitmaps/PlayerFirst.png b/panda/python/Lib/site-packages/wx/lib/pdfviewer/bitmaps/PlayerFirst.png old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pdfviewer/bitmaps/PlayerLast.png b/panda/python/Lib/site-packages/wx/lib/pdfviewer/bitmaps/PlayerLast.png old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pdfviewer/bitmaps/PlayerNext.png b/panda/python/Lib/site-packages/wx/lib/pdfviewer/bitmaps/PlayerNext.png old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pdfviewer/bitmaps/PlayerPrev.png b/panda/python/Lib/site-packages/wx/lib/pdfviewer/bitmaps/PlayerPrev.png old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pdfviewer/bitmaps/Printer.png b/panda/python/Lib/site-packages/wx/lib/pdfviewer/bitmaps/Printer.png old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pdfviewer/bitmaps/ReadMe.txt b/panda/python/Lib/site-packages/wx/lib/pdfviewer/bitmaps/ReadMe.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pdfviewer/bitmaps/Save.png b/panda/python/Lib/site-packages/wx/lib/pdfviewer/bitmaps/Save.png old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pdfviewer/bitmaps/ZoomIn.png b/panda/python/Lib/site-packages/wx/lib/pdfviewer/bitmaps/ZoomIn.png old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pdfviewer/bitmaps/ZoomOut.png b/panda/python/Lib/site-packages/wx/lib/pdfviewer/bitmaps/ZoomOut.png old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pdfviewer/bitmaps/encode_bitmaps.py b/panda/python/Lib/site-packages/wx/lib/pdfviewer/bitmaps/encode_bitmaps.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pdfviewer/buttonpanel.py b/panda/python/Lib/site-packages/wx/lib/pdfviewer/buttonpanel.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pdfviewer/dcgraphics.py b/panda/python/Lib/site-packages/wx/lib/pdfviewer/dcgraphics.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pdfviewer/images.py b/panda/python/Lib/site-packages/wx/lib/pdfviewer/images.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pdfviewer/vec2d.py b/panda/python/Lib/site-packages/wx/lib/pdfviewer/vec2d.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pdfviewer/viewer.py b/panda/python/Lib/site-packages/wx/lib/pdfviewer/viewer.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pdfwin.py b/panda/python/Lib/site-packages/wx/lib/pdfwin.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pdfwin_old.py b/panda/python/Lib/site-packages/wx/lib/pdfwin_old.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/platebtn.py b/panda/python/Lib/site-packages/wx/lib/platebtn.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/plot.py b/panda/python/Lib/site-packages/wx/lib/plot.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/popupctl.py b/panda/python/Lib/site-packages/wx/lib/popupctl.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/printout.py b/panda/python/Lib/site-packages/wx/lib/printout.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/progressindicator.py b/panda/python/Lib/site-packages/wx/lib/progressindicator.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/LICENSE_BSD_Simple.txt b/panda/python/Lib/site-packages/wx/lib/pubsub/LICENSE_BSD_Simple.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/README.txt b/panda/python/Lib/site-packages/wx/lib/pubsub/README.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/README_WxPython.txt b/panda/python/Lib/site-packages/wx/lib/pubsub/README_WxPython.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/RELEASE_NOTES.txt b/panda/python/Lib/site-packages/wx/lib/pubsub/RELEASE_NOTES.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/__init__.py b/panda/python/Lib/site-packages/wx/lib/pubsub/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/core/__init__.py b/panda/python/Lib/site-packages/wx/lib/pubsub/core/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/core/arg1/__init__.py b/panda/python/Lib/site-packages/wx/lib/pubsub/core/arg1/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/core/arg1/listenerimpl.py b/panda/python/Lib/site-packages/wx/lib/pubsub/core/arg1/listenerimpl.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/core/arg1/publisher.py b/panda/python/Lib/site-packages/wx/lib/pubsub/core/arg1/publisher.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/core/arg1/publishermixin.py b/panda/python/Lib/site-packages/wx/lib/pubsub/core/arg1/publishermixin.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/core/arg1/topicargspecimpl.py b/panda/python/Lib/site-packages/wx/lib/pubsub/core/arg1/topicargspecimpl.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/core/arg1/topicmgrimpl.py b/panda/python/Lib/site-packages/wx/lib/pubsub/core/arg1/topicmgrimpl.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/core/callables.py b/panda/python/Lib/site-packages/wx/lib/pubsub/core/callables.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/core/imp2.py b/panda/python/Lib/site-packages/wx/lib/pubsub/core/imp2.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/core/itopicdefnprovider.py b/panda/python/Lib/site-packages/wx/lib/pubsub/core/itopicdefnprovider.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/core/kwargs/__init__.py b/panda/python/Lib/site-packages/wx/lib/pubsub/core/kwargs/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/core/kwargs/datamsg.py b/panda/python/Lib/site-packages/wx/lib/pubsub/core/kwargs/datamsg.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/core/kwargs/listenerimpl.py b/panda/python/Lib/site-packages/wx/lib/pubsub/core/kwargs/listenerimpl.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/core/kwargs/publisher.py b/panda/python/Lib/site-packages/wx/lib/pubsub/core/kwargs/publisher.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/core/kwargs/publishermixin.py b/panda/python/Lib/site-packages/wx/lib/pubsub/core/kwargs/publishermixin.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/core/kwargs/topicargspecimpl.py b/panda/python/Lib/site-packages/wx/lib/pubsub/core/kwargs/topicargspecimpl.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/core/kwargs/topicmgrimpl.py b/panda/python/Lib/site-packages/wx/lib/pubsub/core/kwargs/topicmgrimpl.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/core/listener.py b/panda/python/Lib/site-packages/wx/lib/pubsub/core/listener.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/core/listenerbase.py b/panda/python/Lib/site-packages/wx/lib/pubsub/core/listenerbase.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/core/notificationmgr.py b/panda/python/Lib/site-packages/wx/lib/pubsub/core/notificationmgr.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/core/publisherbase.py b/panda/python/Lib/site-packages/wx/lib/pubsub/core/publisherbase.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/core/topicargspec.py b/panda/python/Lib/site-packages/wx/lib/pubsub/core/topicargspec.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/core/topicdefnprovider.py b/panda/python/Lib/site-packages/wx/lib/pubsub/core/topicdefnprovider.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/core/topicexc.py b/panda/python/Lib/site-packages/wx/lib/pubsub/core/topicexc.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/core/topicmgr.py b/panda/python/Lib/site-packages/wx/lib/pubsub/core/topicmgr.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/core/topicobj.py b/panda/python/Lib/site-packages/wx/lib/pubsub/core/topicobj.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/core/topictreetraverser.py b/panda/python/Lib/site-packages/wx/lib/pubsub/core/topictreetraverser.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/core/topicutils.py b/panda/python/Lib/site-packages/wx/lib/pubsub/core/topicutils.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/core/treeconfig.py b/panda/python/Lib/site-packages/wx/lib/pubsub/core/treeconfig.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/core/validatedefnargs.py b/panda/python/Lib/site-packages/wx/lib/pubsub/core/validatedefnargs.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/core/weakmethod.py b/panda/python/Lib/site-packages/wx/lib/pubsub/core/weakmethod.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/examples/advanced/README.txt b/panda/python/Lib/site-packages/wx/lib/pubsub/examples/advanced/README.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/examples/advanced/arg1_listeners.py b/panda/python/Lib/site-packages/wx/lib/pubsub/examples/advanced/arg1_listeners.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/examples/advanced/arg1_senders.py b/panda/python/Lib/site-packages/wx/lib/pubsub/examples/advanced/arg1_senders.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/examples/advanced/arg1_topics.py b/panda/python/Lib/site-packages/wx/lib/pubsub/examples/advanced/arg1_topics.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/examples/advanced/arg1_topics_out.py b/panda/python/Lib/site-packages/wx/lib/pubsub/examples/advanced/arg1_topics_out.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/examples/advanced/exchandle.py b/panda/python/Lib/site-packages/wx/lib/pubsub/examples/advanced/exchandle.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/examples/advanced/kwargs_listeners.py b/panda/python/Lib/site-packages/wx/lib/pubsub/examples/advanced/kwargs_listeners.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/examples/advanced/kwargs_senders.py b/panda/python/Lib/site-packages/wx/lib/pubsub/examples/advanced/kwargs_senders.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/examples/advanced/kwargs_topics.py b/panda/python/Lib/site-packages/wx/lib/pubsub/examples/advanced/kwargs_topics.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/examples/advanced/kwargs_topics_out.py b/panda/python/Lib/site-packages/wx/lib/pubsub/examples/advanced/kwargs_topics_out.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/examples/advanced/main_arg1.py b/panda/python/Lib/site-packages/wx/lib/pubsub/examples/advanced/main_arg1.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/examples/advanced/main_kwargs.py b/panda/python/Lib/site-packages/wx/lib/pubsub/examples/advanced/main_kwargs.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/examples/advanced/notifhandle.py b/panda/python/Lib/site-packages/wx/lib/pubsub/examples/advanced/notifhandle.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/examples/basic_arg1/README.txt b/panda/python/Lib/site-packages/wx/lib/pubsub/examples/basic_arg1/README.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/examples/basic_arg1/console_listeners.py b/panda/python/Lib/site-packages/wx/lib/pubsub/examples/basic_arg1/console_listeners.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/examples/basic_arg1/console_main.py b/panda/python/Lib/site-packages/wx/lib/pubsub/examples/basic_arg1/console_main.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/examples/basic_arg1/console_senders.py b/panda/python/Lib/site-packages/wx/lib/pubsub/examples/basic_arg1/console_senders.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/examples/basic_arg1/wx_main.py b/panda/python/Lib/site-packages/wx/lib/pubsub/examples/basic_arg1/wx_main.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/examples/basic_kwargs/README.txt b/panda/python/Lib/site-packages/wx/lib/pubsub/examples/basic_kwargs/README.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/examples/basic_kwargs/console_listeners.py b/panda/python/Lib/site-packages/wx/lib/pubsub/examples/basic_kwargs/console_listeners.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/examples/basic_kwargs/console_main.py b/panda/python/Lib/site-packages/wx/lib/pubsub/examples/basic_kwargs/console_main.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/examples/basic_kwargs/console_senders.py b/panda/python/Lib/site-packages/wx/lib/pubsub/examples/basic_kwargs/console_senders.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/examples/basic_kwargs/wx_main.py b/panda/python/Lib/site-packages/wx/lib/pubsub/examples/basic_kwargs/wx_main.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/examples/basic_kwargs/wx_win1.py b/panda/python/Lib/site-packages/wx/lib/pubsub/examples/basic_kwargs/wx_win1.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/examples/basic_kwargs/wx_win2.py b/panda/python/Lib/site-packages/wx/lib/pubsub/examples/basic_kwargs/wx_win2.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/examples/multithreadloop.py b/panda/python/Lib/site-packages/wx/lib/pubsub/examples/multithreadloop.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/examples/runall.bat b/panda/python/Lib/site-packages/wx/lib/pubsub/examples/runall.bat old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/examples/runall_regression.txt b/panda/python/Lib/site-packages/wx/lib/pubsub/examples/runall_regression.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/policies.py b/panda/python/Lib/site-packages/wx/lib/pubsub/policies.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/pub.py b/panda/python/Lib/site-packages/wx/lib/pubsub/pub.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/py2and3.py b/panda/python/Lib/site-packages/wx/lib/pubsub/py2and3.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/setuparg1.py b/panda/python/Lib/site-packages/wx/lib/pubsub/setuparg1.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/setupkwargs.py b/panda/python/Lib/site-packages/wx/lib/pubsub/setupkwargs.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/utils/__init__.py b/panda/python/Lib/site-packages/wx/lib/pubsub/utils/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/utils/exchandling.py b/panda/python/Lib/site-packages/wx/lib/pubsub/utils/exchandling.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/utils/misc.py b/panda/python/Lib/site-packages/wx/lib/pubsub/utils/misc.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/utils/notification.py b/panda/python/Lib/site-packages/wx/lib/pubsub/utils/notification.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/utils/topictreeprinter.py b/panda/python/Lib/site-packages/wx/lib/pubsub/utils/topictreeprinter.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pubsub/utils/xmltopicdefnprovider.py b/panda/python/Lib/site-packages/wx/lib/pubsub/utils/xmltopicdefnprovider.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/pydocview.py b/panda/python/Lib/site-packages/wx/lib/pydocview.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/rcsizer.py b/panda/python/Lib/site-packages/wx/lib/rcsizer.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/resizewidget.py b/panda/python/Lib/site-packages/wx/lib/resizewidget.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/rpcMixin.py b/panda/python/Lib/site-packages/wx/lib/rpcMixin.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/scrolledpanel.py b/panda/python/Lib/site-packages/wx/lib/scrolledpanel.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/sheet.py b/panda/python/Lib/site-packages/wx/lib/sheet.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/six.py b/panda/python/Lib/site-packages/wx/lib/six.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/sized_controls.py b/panda/python/Lib/site-packages/wx/lib/sized_controls.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/softwareupdate.py b/panda/python/Lib/site-packages/wx/lib/softwareupdate.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/splitter.py b/panda/python/Lib/site-packages/wx/lib/splitter.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/statbmp.py b/panda/python/Lib/site-packages/wx/lib/statbmp.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/stattext.py b/panda/python/Lib/site-packages/wx/lib/stattext.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/throbber.py b/panda/python/Lib/site-packages/wx/lib/throbber.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/ticker.py b/panda/python/Lib/site-packages/wx/lib/ticker.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/ticker_xrc.py b/panda/python/Lib/site-packages/wx/lib/ticker_xrc.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/utils.py b/panda/python/Lib/site-packages/wx/lib/utils.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/wordwrap.py b/panda/python/Lib/site-packages/wx/lib/wordwrap.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/wxcairo.py b/panda/python/Lib/site-packages/wx/lib/wxcairo.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/lib/wxpTag.py b/panda/python/Lib/site-packages/wx/lib/wxpTag.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/libcairo-2.dll b/panda/python/Lib/site-packages/wx/libcairo-2.dll old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/libcairo-gobject-2.dll b/panda/python/Lib/site-packages/wx/libcairo-gobject-2.dll old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/libcairo-script-interpreter-2.dll b/panda/python/Lib/site-packages/wx/libcairo-script-interpreter-2.dll old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/libexpat-1.dll b/panda/python/Lib/site-packages/wx/libexpat-1.dll old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/libfontconfig-1.dll b/panda/python/Lib/site-packages/wx/libfontconfig-1.dll old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/libpng14-14.dll b/panda/python/Lib/site-packages/wx/libpng14-14.dll old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/CHANGES.txt b/panda/python/Lib/site-packages/wx/py/CHANGES.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/Py.ico b/panda/python/Lib/site-packages/wx/py/Py.ico old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/PyAlaCarte.py b/panda/python/Lib/site-packages/wx/py/PyAlaCarte.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/PyAlaMode.py b/panda/python/Lib/site-packages/wx/py/PyAlaMode.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/PyAlaModeTest.py b/panda/python/Lib/site-packages/wx/py/PyAlaModeTest.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/PyCrust.ico b/panda/python/Lib/site-packages/wx/py/PyCrust.ico old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/PyCrust.py b/panda/python/Lib/site-packages/wx/py/PyCrust.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/PyCrust_16.png b/panda/python/Lib/site-packages/wx/py/PyCrust_16.png old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/PyCrust_32.png b/panda/python/Lib/site-packages/wx/py/PyCrust_32.png old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/PyFilling.py b/panda/python/Lib/site-packages/wx/py/PyFilling.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/PyShell.py b/panda/python/Lib/site-packages/wx/py/PyShell.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/PySlices.ico b/panda/python/Lib/site-packages/wx/py/PySlices.ico old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/PySlices.py b/panda/python/Lib/site-packages/wx/py/PySlices.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/PySlicesShell.py b/panda/python/Lib/site-packages/wx/py/PySlicesShell.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/PySlices_16.png b/panda/python/Lib/site-packages/wx/py/PySlices_16.png old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/PySlices_32.png b/panda/python/Lib/site-packages/wx/py/PySlices_32.png old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/PyWrap.py b/panda/python/Lib/site-packages/wx/py/PyWrap.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/README.txt b/panda/python/Lib/site-packages/wx/py/README.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/__init__.py b/panda/python/Lib/site-packages/wx/py/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/buffer.py b/panda/python/Lib/site-packages/wx/py/buffer.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/crust.py b/panda/python/Lib/site-packages/wx/py/crust.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/crustslices.py b/panda/python/Lib/site-packages/wx/py/crustslices.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/dispatcher.py b/panda/python/Lib/site-packages/wx/py/dispatcher.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/document.py b/panda/python/Lib/site-packages/wx/py/document.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/editor.py b/panda/python/Lib/site-packages/wx/py/editor.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/editwindow.py b/panda/python/Lib/site-packages/wx/py/editwindow.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/filling.py b/panda/python/Lib/site-packages/wx/py/filling.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/frame.py b/panda/python/Lib/site-packages/wx/py/frame.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/images.py b/panda/python/Lib/site-packages/wx/py/images.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/interpreter.py b/panda/python/Lib/site-packages/wx/py/interpreter.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/introspect.py b/panda/python/Lib/site-packages/wx/py/introspect.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/magic.py b/panda/python/Lib/site-packages/wx/py/magic.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/parse.py b/panda/python/Lib/site-packages/wx/py/parse.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/path.py b/panda/python/Lib/site-packages/wx/py/path.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/pseudo.py b/panda/python/Lib/site-packages/wx/py/pseudo.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/shell.py b/panda/python/Lib/site-packages/wx/py/shell.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/sliceshell.py b/panda/python/Lib/site-packages/wx/py/sliceshell.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/tests/test_interpreter.py b/panda/python/Lib/site-packages/wx/py/tests/test_interpreter.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/tests/test_introspect.py b/panda/python/Lib/site-packages/wx/py/tests/test_introspect.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/tests/test_pseudo.py b/panda/python/Lib/site-packages/wx/py/tests/test_pseudo.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/tests/test_version.py b/panda/python/Lib/site-packages/wx/py/tests/test_version.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/tests/testall.py b/panda/python/Lib/site-packages/wx/py/tests/testall.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/py/version.py b/panda/python/Lib/site-packages/wx/py/version.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/richtext.pi b/panda/python/Lib/site-packages/wx/richtext.pi old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/richtext.py b/panda/python/Lib/site-packages/wx/richtext.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/siplib.pyd b/panda/python/Lib/site-packages/wx/siplib.pyd old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/stc.pi b/panda/python/Lib/site-packages/wx/stc.pi old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/stc.py b/panda/python/Lib/site-packages/wx/stc.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/tools/__init__.py b/panda/python/Lib/site-packages/wx/tools/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/tools/dbg.py b/panda/python/Lib/site-packages/wx/tools/dbg.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/tools/genaxmodule.py b/panda/python/Lib/site-packages/wx/tools/genaxmodule.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/tools/helpviewer.py b/panda/python/Lib/site-packages/wx/tools/helpviewer.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/tools/img2img.py b/panda/python/Lib/site-packages/wx/tools/img2img.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/tools/img2png.py b/panda/python/Lib/site-packages/wx/tools/img2png.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/tools/img2py.py b/panda/python/Lib/site-packages/wx/tools/img2py.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/tools/img2xpm.py b/panda/python/Lib/site-packages/wx/tools/img2xpm.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/tools/pywxrc.py b/panda/python/Lib/site-packages/wx/tools/pywxrc.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/webkit.pi b/panda/python/Lib/site-packages/wx/webkit.pi old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/webkit.py b/panda/python/Lib/site-packages/wx/webkit.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/wxbase30u_net_vc90.dll b/panda/python/Lib/site-packages/wx/wxbase30u_net_vc90.dll old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/wxbase30u_vc90.dll b/panda/python/Lib/site-packages/wx/wxbase30u_vc90.dll old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/wxbase30u_xml_vc90.dll b/panda/python/Lib/site-packages/wx/wxbase30u_xml_vc90.dll old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/wxmsw30u_adv_vc90.dll b/panda/python/Lib/site-packages/wx/wxmsw30u_adv_vc90.dll old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/wxmsw30u_aui_vc90.dll b/panda/python/Lib/site-packages/wx/wxmsw30u_aui_vc90.dll old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/wxmsw30u_core_vc90.dll b/panda/python/Lib/site-packages/wx/wxmsw30u_core_vc90.dll old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/wxmsw30u_gl_vc90.dll b/panda/python/Lib/site-packages/wx/wxmsw30u_gl_vc90.dll old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/wxmsw30u_html_vc90.dll b/panda/python/Lib/site-packages/wx/wxmsw30u_html_vc90.dll old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/wxmsw30u_media_vc90.dll b/panda/python/Lib/site-packages/wx/wxmsw30u_media_vc90.dll old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/wxmsw30u_propgrid_vc90.dll b/panda/python/Lib/site-packages/wx/wxmsw30u_propgrid_vc90.dll old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/wxmsw30u_qa_vc90.dll b/panda/python/Lib/site-packages/wx/wxmsw30u_qa_vc90.dll old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/wxmsw30u_ribbon_vc90.dll b/panda/python/Lib/site-packages/wx/wxmsw30u_ribbon_vc90.dll old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/wxmsw30u_richtext_vc90.dll b/panda/python/Lib/site-packages/wx/wxmsw30u_richtext_vc90.dll old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/wxmsw30u_stc_vc90.dll b/panda/python/Lib/site-packages/wx/wxmsw30u_stc_vc90.dll old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/wxmsw30u_webview_vc90.dll b/panda/python/Lib/site-packages/wx/wxmsw30u_webview_vc90.dll old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/wxmsw30u_xrc_vc90.dll b/panda/python/Lib/site-packages/wx/wxmsw30u_xrc_vc90.dll old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/xml.pi b/panda/python/Lib/site-packages/wx/xml.pi old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/xml.py b/panda/python/Lib/site-packages/wx/xml.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/xrc.pi b/panda/python/Lib/site-packages/wx/xrc.pi old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/xrc.py b/panda/python/Lib/site-packages/wx/xrc.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wx/zlib1.dll b/panda/python/Lib/site-packages/wx/zlib1.dll old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wxPython_Phoenix-3.0.3.dev1712+dcd5d1d.dist-info/DESCRIPTION.rst b/panda/python/Lib/site-packages/wxPython_Phoenix-3.0.3.dev1712+dcd5d1d.dist-info/DESCRIPTION.rst old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wxPython_Phoenix-3.0.3.dev1712+dcd5d1d.dist-info/METADATA b/panda/python/Lib/site-packages/wxPython_Phoenix-3.0.3.dev1712+dcd5d1d.dist-info/METADATA old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wxPython_Phoenix-3.0.3.dev1712+dcd5d1d.dist-info/RECORD b/panda/python/Lib/site-packages/wxPython_Phoenix-3.0.3.dev1712+dcd5d1d.dist-info/RECORD old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wxPython_Phoenix-3.0.3.dev1712+dcd5d1d.dist-info/WHEEL b/panda/python/Lib/site-packages/wxPython_Phoenix-3.0.3.dev1712+dcd5d1d.dist-info/WHEEL old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wxPython_Phoenix-3.0.3.dev1712+dcd5d1d.dist-info/entry_points.txt b/panda/python/Lib/site-packages/wxPython_Phoenix-3.0.3.dev1712+dcd5d1d.dist-info/entry_points.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/wxPython_Phoenix-3.0.3.dev1712+dcd5d1d.dist-info/top_level.txt b/panda/python/Lib/site-packages/wxPython_Phoenix-3.0.3.dev1712+dcd5d1d.dist-info/top_level.txt old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/yaml/__init__.py b/panda/python/Lib/site-packages/yaml/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/yaml/composer.py b/panda/python/Lib/site-packages/yaml/composer.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/yaml/constructor.py b/panda/python/Lib/site-packages/yaml/constructor.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/yaml/cyaml.py b/panda/python/Lib/site-packages/yaml/cyaml.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/yaml/dumper.py b/panda/python/Lib/site-packages/yaml/dumper.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/yaml/emitter.py b/panda/python/Lib/site-packages/yaml/emitter.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/yaml/error.py b/panda/python/Lib/site-packages/yaml/error.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/yaml/events.py b/panda/python/Lib/site-packages/yaml/events.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/yaml/loader.py b/panda/python/Lib/site-packages/yaml/loader.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/yaml/nodes.py b/panda/python/Lib/site-packages/yaml/nodes.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/yaml/parser.py b/panda/python/Lib/site-packages/yaml/parser.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/yaml/reader.py b/panda/python/Lib/site-packages/yaml/reader.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/yaml/representer.py b/panda/python/Lib/site-packages/yaml/representer.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/yaml/resolver.py b/panda/python/Lib/site-packages/yaml/resolver.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/yaml/scanner.py b/panda/python/Lib/site-packages/yaml/scanner.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/yaml/serializer.py b/panda/python/Lib/site-packages/yaml/serializer.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site-packages/yaml/tokens.py b/panda/python/Lib/site-packages/yaml/tokens.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/site.py b/panda/python/Lib/site.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/smartroom/BeyondQuestion.py b/panda/python/Lib/smartroom/BeyondQuestion.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/smartroom/__init__.py b/panda/python/Lib/smartroom/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/smtpd.py b/panda/python/Lib/smtpd.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/smtplib.py b/panda/python/Lib/smtplib.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/sndhdr.py b/panda/python/Lib/sndhdr.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/socket.py b/panda/python/Lib/socket.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/sqlite3/__init__.py b/panda/python/Lib/sqlite3/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/sqlite3/dbapi2.py b/panda/python/Lib/sqlite3/dbapi2.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/sqlite3/dump.py b/panda/python/Lib/sqlite3/dump.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/sre.py b/panda/python/Lib/sre.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/sre_compile.py b/panda/python/Lib/sre_compile.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/sre_constants.py b/panda/python/Lib/sre_constants.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/sre_parse.py b/panda/python/Lib/sre_parse.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/ssl.py b/panda/python/Lib/ssl.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/stat.py b/panda/python/Lib/stat.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/statvfs.py b/panda/python/Lib/statvfs.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/string.py b/panda/python/Lib/string.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/stringold.py b/panda/python/Lib/stringold.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/stringprep.py b/panda/python/Lib/stringprep.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/struct.py b/panda/python/Lib/struct.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/subprocess.py b/panda/python/Lib/subprocess.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/sunau.py b/panda/python/Lib/sunau.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/sunaudio.py b/panda/python/Lib/sunaudio.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/symbol.py b/panda/python/Lib/symbol.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/symtable.py b/panda/python/Lib/symtable.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/sysconfig.py b/panda/python/Lib/sysconfig.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/tabnanny.py b/panda/python/Lib/tabnanny.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/tarfile.py b/panda/python/Lib/tarfile.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/telnetlib.py b/panda/python/Lib/telnetlib.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/tempfile.py b/panda/python/Lib/tempfile.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/textwrap.py b/panda/python/Lib/textwrap.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/this.py b/panda/python/Lib/this.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/threading.py b/panda/python/Lib/threading.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/timeit.py b/panda/python/Lib/timeit.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/toaiff.py b/panda/python/Lib/toaiff.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/token.py b/panda/python/Lib/token.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/tokenize.py b/panda/python/Lib/tokenize.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/trace.py b/panda/python/Lib/trace.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/traceback.py b/panda/python/Lib/traceback.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/tty.py b/panda/python/Lib/tty.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/types.py b/panda/python/Lib/types.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/unittest/__init__.py b/panda/python/Lib/unittest/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/unittest/__main__.py b/panda/python/Lib/unittest/__main__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/unittest/case.py b/panda/python/Lib/unittest/case.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/unittest/loader.py b/panda/python/Lib/unittest/loader.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/unittest/main.py b/panda/python/Lib/unittest/main.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/unittest/result.py b/panda/python/Lib/unittest/result.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/unittest/runner.py b/panda/python/Lib/unittest/runner.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/unittest/signals.py b/panda/python/Lib/unittest/signals.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/unittest/suite.py b/panda/python/Lib/unittest/suite.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/unittest/util.py b/panda/python/Lib/unittest/util.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/urllib.py b/panda/python/Lib/urllib.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/urllib2.py b/panda/python/Lib/urllib2.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/urlparse.py b/panda/python/Lib/urlparse.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/user.py b/panda/python/Lib/user.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/uu.py b/panda/python/Lib/uu.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/uuid.py b/panda/python/Lib/uuid.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/warnings.py b/panda/python/Lib/warnings.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/wave.py b/panda/python/Lib/wave.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/weakref.py b/panda/python/Lib/weakref.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/webbrowser.py b/panda/python/Lib/webbrowser.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/whichdb.py b/panda/python/Lib/whichdb.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/wsgiref/__init__.py b/panda/python/Lib/wsgiref/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/wsgiref/handlers.py b/panda/python/Lib/wsgiref/handlers.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/wsgiref/headers.py b/panda/python/Lib/wsgiref/headers.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/wsgiref/simple_server.py b/panda/python/Lib/wsgiref/simple_server.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/wsgiref/util.py b/panda/python/Lib/wsgiref/util.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/wsgiref/validate.py b/panda/python/Lib/wsgiref/validate.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/xdrlib.py b/panda/python/Lib/xdrlib.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/xml/__init__.py b/panda/python/Lib/xml/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/xml/dom/NodeFilter.py b/panda/python/Lib/xml/dom/NodeFilter.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/xml/dom/__init__.py b/panda/python/Lib/xml/dom/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/xml/dom/domreg.py b/panda/python/Lib/xml/dom/domreg.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/xml/dom/expatbuilder.py b/panda/python/Lib/xml/dom/expatbuilder.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/xml/dom/minicompat.py b/panda/python/Lib/xml/dom/minicompat.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/xml/dom/minidom.py b/panda/python/Lib/xml/dom/minidom.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/xml/dom/pulldom.py b/panda/python/Lib/xml/dom/pulldom.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/xml/dom/xmlbuilder.py b/panda/python/Lib/xml/dom/xmlbuilder.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/xml/etree/ElementInclude.py b/panda/python/Lib/xml/etree/ElementInclude.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/xml/etree/ElementPath.py b/panda/python/Lib/xml/etree/ElementPath.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/xml/etree/ElementTree.py b/panda/python/Lib/xml/etree/ElementTree.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/xml/etree/__init__.py b/panda/python/Lib/xml/etree/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/xml/etree/cElementTree.py b/panda/python/Lib/xml/etree/cElementTree.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/xml/parsers/__init__.py b/panda/python/Lib/xml/parsers/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/xml/parsers/expat.py b/panda/python/Lib/xml/parsers/expat.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/xml/sax/__init__.py b/panda/python/Lib/xml/sax/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/xml/sax/_exceptions.py b/panda/python/Lib/xml/sax/_exceptions.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/xml/sax/expatreader.py b/panda/python/Lib/xml/sax/expatreader.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/xml/sax/handler.py b/panda/python/Lib/xml/sax/handler.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/xml/sax/saxutils.py b/panda/python/Lib/xml/sax/saxutils.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/xml/sax/xmlreader.py b/panda/python/Lib/xml/sax/xmlreader.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/xmllib.py b/panda/python/Lib/xmllib.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/xmlrpclib.py b/panda/python/Lib/xmlrpclib.py old mode 100644 new mode 100755 diff --git a/panda/python/Lib/zipfile.py b/panda/python/Lib/zipfile.py old mode 100644 new mode 100755 diff --git a/panda/python/Microsoft.VC90.CRT.manifest b/panda/python/Microsoft.VC90.CRT.manifest old mode 100644 new mode 100755 diff --git a/panda/python/Scripts/easy_install-2.7-script.py b/panda/python/Scripts/easy_install-2.7-script.py old mode 100644 new mode 100755 diff --git a/panda/python/Scripts/easy_install-2.7.exe b/panda/python/Scripts/easy_install-2.7.exe old mode 100644 new mode 100755 diff --git a/panda/python/Scripts/easy_install-2.7.exe.manifest b/panda/python/Scripts/easy_install-2.7.exe.manifest old mode 100644 new mode 100755 diff --git a/panda/python/Scripts/easy_install-script.py b/panda/python/Scripts/easy_install-script.py old mode 100644 new mode 100755 diff --git a/panda/python/Scripts/easy_install.exe b/panda/python/Scripts/easy_install.exe old mode 100644 new mode 100755 diff --git a/panda/python/Scripts/easy_install.exe.manifest b/panda/python/Scripts/easy_install.exe.manifest old mode 100644 new mode 100755 diff --git a/panda/python/Scripts/helpviewer.exe b/panda/python/Scripts/helpviewer.exe old mode 100644 new mode 100755 diff --git a/panda/python/Scripts/img2png.exe b/panda/python/Scripts/img2png.exe old mode 100644 new mode 100755 diff --git a/panda/python/Scripts/img2py.exe b/panda/python/Scripts/img2py.exe old mode 100644 new mode 100755 diff --git a/panda/python/Scripts/img2xpm.exe b/panda/python/Scripts/img2xpm.exe old mode 100644 new mode 100755 diff --git a/panda/python/Scripts/pip-script.py b/panda/python/Scripts/pip-script.py old mode 100644 new mode 100755 diff --git a/panda/python/Scripts/pip.exe b/panda/python/Scripts/pip.exe old mode 100644 new mode 100755 diff --git a/panda/python/Scripts/pip.exe.manifest b/panda/python/Scripts/pip.exe.manifest old mode 100644 new mode 100755 diff --git a/panda/python/Scripts/pip2-script.py b/panda/python/Scripts/pip2-script.py old mode 100644 new mode 100755 diff --git a/panda/python/Scripts/pip2.7-script.py b/panda/python/Scripts/pip2.7-script.py old mode 100644 new mode 100755 diff --git a/panda/python/Scripts/pip2.7.exe b/panda/python/Scripts/pip2.7.exe old mode 100644 new mode 100755 diff --git a/panda/python/Scripts/pip2.7.exe.manifest b/panda/python/Scripts/pip2.7.exe.manifest old mode 100644 new mode 100755 diff --git a/panda/python/Scripts/pip2.exe b/panda/python/Scripts/pip2.exe old mode 100644 new mode 100755 diff --git a/panda/python/Scripts/pip2.exe.manifest b/panda/python/Scripts/pip2.exe.manifest old mode 100644 new mode 100755 diff --git a/panda/python/Scripts/pycrust.exe b/panda/python/Scripts/pycrust.exe old mode 100644 new mode 100755 diff --git a/panda/python/Scripts/pyshell.exe b/panda/python/Scripts/pyshell.exe old mode 100644 new mode 100755 diff --git a/panda/python/Scripts/pyslices.exe b/panda/python/Scripts/pyslices.exe old mode 100644 new mode 100755 diff --git a/panda/python/Scripts/pyslicesshell.exe b/panda/python/Scripts/pyslicesshell.exe old mode 100644 new mode 100755 diff --git a/panda/python/Scripts/pywxrc.exe b/panda/python/Scripts/pywxrc.exe old mode 100644 new mode 100755 diff --git a/panda/python/__init__.py b/panda/python/__init__.py old mode 100644 new mode 100755 diff --git a/panda/python/msvcr90.dll b/panda/python/msvcr90.dll old mode 100644 new mode 100755 diff --git a/panda/python/panda.pth b/panda/python/panda.pth old mode 100644 new mode 100755 diff --git a/panda/python/ppython.exe b/panda/python/ppython.exe old mode 100644 new mode 100755 diff --git a/panda/python/ppythonw.exe b/panda/python/ppythonw.exe old mode 100644 new mode 100755 diff --git a/panda/python/python.exe b/panda/python/python.exe old mode 100644 new mode 100755 diff --git a/panda/python/python27.dll b/panda/python/python27.dll old mode 100644 new mode 100755 diff --git a/panda/python/pythonw.exe b/panda/python/pythonw.exe old mode 100644 new mode 100755 diff --git a/panda/python/w9xpopen.exe b/panda/python/w9xpopen.exe old mode 100644 new mode 100755 diff --git a/start_game_remotedb.bat b/start_game_remotedb.bat new file mode 100755 index 00000000..dd0621fa --- /dev/null +++ b/start_game_remotedb.bat @@ -0,0 +1,35 @@ +@echo off + +rem Read the contents of PPYTHON_PATH into %PPYTHON_PATH%: +set /P PPYTHON_PATH= AES.block_size: + self.notify.warning('account-server-secret is too big!') + accountServerSecret = accountServerSecret[:AES.block_size] + elif len(accountServerSecret) < AES.block_size: + self.notify.warning('account-server-secret is too small!') + accountServerSecret += '\x80' + while len(accountServerSecret) < AES.block_size: + accountServerSecret += '\x00' + + # Take the initialization vector off the front of the token: + iv = token[:AES.block_size] + + # Truncate the token to get our cipher text: + cipherText = token[AES.block_size:] + + # Decrypt! + cipher = AES.new(accountServerSecret, mode=AES.MODE_CBC, IV=iv) + try: + token = json.loads(cipher.decrypt(cipherText).replace('\x00', '')) + if ('timestamp' not in token) or (not isinstance(token['timestamp'], int)): + raise ValueError + if ('userid' not in token) or (not isinstance(token['userid'], int)): + raise ValueError + if ('accesslevel' not in token) or (not isinstance(token['accesslevel'], int)): + raise ValueError + except ValueError, e: + print e + self.notify.warning('Invalid token.') response = { 'success': False, - 'reason': "Couldn't contact login server." + 'reason': 'Invalid token.' } callback(response) return response - username = str(cookie['username']) - response = { - 'success': True, - 'userId': username, - 'accountId': int(self.dbm[username]) if username in self.dbm else 0, - 'accessLevel': max(cookie['accessLevel'], minAccessLevel) - } - callback(response) - return response + # Next, check if this token has expired: + expiration = simbase.config.GetInt('account-token-expiration', 1800) + tokenDelta = int(time.time()) - token['timestamp'] + if tokenDelta > expiration: + response = { + 'success': False, + 'reason': 'This token has expired.' + } + callback(response) + return response + + # This token is valid. That's all we need to know. Next, let's check if + # this user's ID is in your account database bridge: + if str(token['userid']) not in self.dbm: + + # Nope. Let's associate them with a brand new Account object! + response = { + 'success': True, + 'userId': token['userid'], + 'accountId': 0, + 'accessLevel': max(int(token['accesslevel']), minAccessLevel) + } + callback(response) + return response + + else: + + # Yep. Let's return their account ID and access level! + response = { + 'success': True, + 'userId': token['userid'], + 'accountId': int(self.dbm[str(token['userid'])]), + 'accessLevel': max(int(token['accesslevel']), minAccessLevel) + } + callback(response) + return response # --- FSMs --- diff --git a/toontown/uberdog/DistributedPartyManager.py b/toontown/uberdog/DistributedPartyManager.py old mode 100644 new mode 100755 diff --git a/toontown/uberdog/DistributedPartyManagerAI.py b/toontown/uberdog/DistributedPartyManagerAI.py old mode 100644 new mode 100755 diff --git a/toontown/uberdog/DistributedPartyManagerUD.py b/toontown/uberdog/DistributedPartyManagerUD.py old mode 100644 new mode 100755 diff --git a/toontown/uberdog/NameJudgeBlacklist.py b/toontown/uberdog/NameJudgeBlacklist.py old mode 100644 new mode 100755 diff --git a/toontown/uberdog/ServiceStart.py b/toontown/uberdog/ServiceStart.py old mode 100644 new mode 100755 diff --git a/toontown/uberdog/ToontownUberRepository.py b/toontown/uberdog/ToontownUberRepository.py old mode 100644 new mode 100755 diff --git a/toontown/uberdog/__init__.py b/toontown/uberdog/__init__.py old mode 100644 new mode 100755 diff --git a/ud.bat b/ud.bat old mode 100644 new mode 100755