Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-defaults
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pkg
python-defaults
Repository
4f05c69aa0df664b948e0e0732cbfe161adc1338
Select Git revision
Branches
20
pristine-lfs-source
apertis/v2023
default
protected
debian/bullseye
protected
pristine-lfs
protected
apertis/v2022
protected
apertis/v2022-updates
protected
apertis/v2022dev2
protected
apertis/v2022dev3
protected
apertis/v2022pre
protected
apertis/v2023dev0
protected
apertis/v2023dev1
protected
apertis/v2023dev2
protected
apertis/v2023dev3
protected
apertis/v2023pre
protected
apertis/v2024dev0
protected
apertis/v2024dev1
protected
apertis/v2021
protected
apertis/v2022dev1
protected
apertis/v2021dev2
protected
apertis/v2021dev3
protected
Tags
20
apertis/2.7.18-3+apertis0
debian/2.7.18-3
debian/2.7.18-2
apertis/2.7.16-1co1
apertis/2.7.18-2apertis0
apertis/2.7.16-1
apertis/2.7.15-3
debian/2.7.16-1
debian/2.7.15-4
debian/2.7.15-3
debian/2.7.15-2
debian/2.7.15-1
debian/2.7.15rc1-1
debian/2.7.8-4
debian/2.7.8-3
debian/2.7.8-2
debian/2.7.8-1
debian/2.7.6-2
debian/2.7.5-5
debian/2.7.5-4
40 results
python-defaults
debian
idle.sh
Find file
Blame
Permalink
14 years ago
5cee7ac0
package version python-defaults-2.4.3-7
· 5cee7ac0
Matthias Klose
authored
14 years ago
5cee7ac0
History
package version python-defaults-2.4.3-7
Matthias Klose
authored
14 years ago
idle.sh
60 B
Edit
Open in Web IDE
.
Quickly and easily edit multiple files in your project.
Edit single file
Edit this file only.
1
2
3
4
5
#! /usr/bin/python
from idlelib.PyShell import main
main
()