diff options
author | André Erdmann <dywi@mailerd.de> | 2013-08-01 14:28:12 +0200 |
---|---|---|
committer | André Erdmann <dywi@mailerd.de> | 2013-08-01 14:28:12 +0200 |
commit | f341338423e9da1d9ea541a5a862fade2d2475d6 (patch) | |
tree | 739afe939caf0d7bff9ffd1078cd4cee34f34b91 | |
parent | roverlay: disable revbump check via --no-revbump (diff) | |
download | R_overlay-f341338423e9da1d9ea541a5a862fade2d2475d6.tar.gz R_overlay-f341338423e9da1d9ea541a5a862fade2d2475d6.tar.bz2 R_overlay-f341338423e9da1d9ea541a5a862fade2d2475d6.zip |
roverlay.py: remove "[python] -OO"
-OO removes docstrings, which makes depres console commands undocumented.
This commit therefore removes the -OO switch (-O may be added later, but the
roverlay.py script is mainly used for testing since installed versions have
their own script).
-rwxr-xr-x | roverlay.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roverlay.py b/roverlay.py index 37f1fa0..fd1b3e8 100755 --- a/roverlay.py +++ b/roverlay.py @@ -1,4 +1,4 @@ -#!/usr/bin/python -OO +#!/usr/bin/python # -*- coding: utf-8 -*- # R overlay -- main script # Copyright (C) 2012 André Erdmann <dywi@mailerd.de> |