diff options
Diffstat (limited to 'doc/examples/inst.py')
| -rw-r--r-- | doc/examples/inst.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/inst.py b/doc/examples/inst.py index e4c96983..6b3ade25 100644 --- a/doc/examples/inst.py +++ b/doc/examples/inst.py @@ -27,7 +27,7 @@ iprogress = InstallProgress() # can be used to set a custom fork method (like vte.Terminal.forkpty) #iprogress.fork = os.fork -iter = cache["3dchess"] +iter = cache["base-config"] print "\n%s"%iter # install or remove, the importend thing is to keep us busy :) |
