Gentoo Archives: gentoo-commits

From: "André Erdmann" <dywi@×××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/R_overlay:master commit in: /
Date: Thu, 01 Aug 2013 12:44:58
Message-Id: 1375360092.f341338423e9da1d9ea541a5a862fade2d2475d6.dywi@gentoo
1 commit: f341338423e9da1d9ea541a5a862fade2d2475d6
2 Author: André Erdmann <dywi <AT> mailerd <DOT> de>
3 AuthorDate: Thu Aug 1 12:28:12 2013 +0000
4 Commit: André Erdmann <dywi <AT> mailerd <DOT> de>
5 CommitDate: Thu Aug 1 12:28:12 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=f3413384
7
8 roverlay.py: remove "[python] -OO"
9
10 -OO removes docstrings, which makes depres console commands undocumented.
11 This commit therefore removes the -OO switch (-O may be added later, but the
12 roverlay.py script is mainly used for testing since installed versions have
13 their own script).
14
15 ---
16 roverlay.py | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/roverlay.py b/roverlay.py
20 index 37f1fa0..fd1b3e8 100755
21 --- a/roverlay.py
22 +++ b/roverlay.py
23 @@ -1,4 +1,4 @@
24 -#!/usr/bin/python -OO
25 +#!/usr/bin/python
26 # -*- coding: utf-8 -*-
27 # R overlay -- main script
28 # Copyright (C) 2012 André Erdmann <dywi@×××××××.de>