From: "Brian Dolbec" <brian.dolbec@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoo-keys:master commit in: gkeys/
Date: Sun, 23 Jun 2013 07:13:55 +0000 (UTC) [thread overview]
Message-ID: <1356246276.e21ce0b047af8e7776ef6750ee1a29cd792aed89.dol-sen@gentoo> (raw)
commit: e21ce0b047af8e7776ef6750ee1a29cd792aed89
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 23 07:04:36 2012 +0000
Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Sun Dec 23 07:04:36 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=e21ce0b0
remove the shebang from all lib files, since they won't have an if __main__:
---
gkeys/cli.py | 2 +-
gkeys/config.py | 2 +-
gkeys/lib.py | 5 +----
gkeys/log.py | 2 +-
gkeys/seed.py | 2 +-
gkeys/utils.py | 2 +-
6 files changed, 6 insertions(+), 9 deletions(-)
diff --git a/gkeys/cli.py b/gkeys/cli.py
index b000f58..d3d0786 100644
--- a/gkeys/cli.py
+++ b/gkeys/cli.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#
#-*- coding:utf-8 -*-
"""
diff --git a/gkeys/config.py b/gkeys/config.py
index 3695242..1daca70 100644
--- a/gkeys/config.py
+++ b/gkeys/config.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#
#-*- coding:utf-8 -*-
"""
diff --git a/gkeys/lib.py b/gkeys/lib.py
index cc95fca..cb6fb96 100644
--- a/gkeys/lib.py
+++ b/gkeys/lib.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#
#-*- coding:utf-8 -*-
'''Gentoo-keys - lib.py
@@ -98,6 +98,3 @@ class GkeysGPG(GPG):
'''
pass
-
- def
-
diff --git a/gkeys/log.py b/gkeys/log.py
index a584f67..c0a33e7 100644
--- a/gkeys/log.py
+++ b/gkeys/log.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#
#-*- coding:utf-8 -*-
"""
diff --git a/gkeys/seed.py b/gkeys/seed.py
index 95aae9f..d045a22 100644
--- a/gkeys/seed.py
+++ b/gkeys/seed.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#
#-*- coding:utf-8 -*-
'''Gentoo-keys - seed.py
diff --git a/gkeys/utils.py b/gkeys/utils.py
index bfbed83..0cbcdea 100644
--- a/gkeys/utils.py
+++ b/gkeys/utils.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#
# -*- coding: utf-8 -*-
'''# File: xml.py
next reply other threads:[~2013-06-23 7:14 UTC|newest]
Thread overview: 75+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-23 7:13 Brian Dolbec [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-06-01 15:16 [gentoo-commits] proj/gentoo-keys:master commit in: gkeys/ Brian Dolbec
2015-08-09 3:44 Robin H. Johnson
2014-12-24 20:05 Brian Dolbec
2014-12-24 19:59 Brian Dolbec
2014-12-22 23:11 Brian Dolbec
2014-12-22 23:11 Brian Dolbec
2014-12-22 23:11 Brian Dolbec
2014-12-22 23:11 Brian Dolbec
2014-12-22 23:11 Brian Dolbec
2014-12-22 23:11 Brian Dolbec
2014-12-22 23:11 Brian Dolbec
2014-12-22 23:11 Brian Dolbec
2014-12-22 23:11 Brian Dolbec
2014-12-22 23:11 Brian Dolbec
2014-12-22 23:11 Brian Dolbec
2014-12-22 23:11 Brian Dolbec
2014-12-22 23:11 Brian Dolbec
2014-12-22 23:11 Brian Dolbec
2014-08-20 3:55 Brian Dolbec
2014-08-20 3:55 Brian Dolbec
2014-08-20 3:55 Brian Dolbec
2014-08-20 3:55 Brian Dolbec
2014-08-20 3:55 Brian Dolbec
2014-08-20 3:55 Brian Dolbec
2014-08-20 3:55 Brian Dolbec
2014-08-20 3:55 Brian Dolbec
2014-08-20 3:55 Brian Dolbec
2014-08-20 3:55 Brian Dolbec
2014-08-20 3:55 Brian Dolbec
2014-08-20 3:55 Brian Dolbec
2014-08-20 3:55 Brian Dolbec
2014-06-01 15:25 Brian Dolbec
2014-06-01 15:25 Brian Dolbec
2014-06-01 15:25 Brian Dolbec
2014-05-28 2:21 Brian Dolbec
2014-05-28 2:21 Brian Dolbec
2014-05-27 20:56 Brian Dolbec
2014-05-27 20:56 Brian Dolbec
2014-05-27 20:56 Brian Dolbec
2014-05-27 20:56 Brian Dolbec
2014-05-27 20:56 Brian Dolbec
2014-05-27 20:56 Brian Dolbec
2014-05-27 20:56 Brian Dolbec
2014-05-17 18:13 Brian Dolbec
2014-03-01 17:50 Pavlos Ratis
2014-03-01 17:50 Pavlos Ratis
2014-03-01 17:49 Pavlos Ratis
2014-03-01 0:07 Brian Dolbec
2014-02-28 23:56 Brian Dolbec
2014-02-28 20:21 Brian Dolbec
2013-11-17 7:39 Brian Dolbec
2013-11-17 7:39 Brian Dolbec
2013-11-17 7:39 Brian Dolbec
2013-11-17 7:39 Brian Dolbec
2013-11-17 7:39 Brian Dolbec
2013-11-15 9:16 Brian Dolbec
2013-07-16 0:50 Brian Dolbec
2013-07-16 0:50 Brian Dolbec
2013-07-16 0:50 Brian Dolbec
2013-07-16 0:50 Brian Dolbec
2013-07-16 0:50 Brian Dolbec
2013-07-06 19:02 Brian Dolbec
2013-07-06 19:02 Brian Dolbec
2013-06-23 7:13 Brian Dolbec
2013-06-23 7:13 Brian Dolbec
2013-06-23 7:13 Brian Dolbec
2013-06-23 7:13 Brian Dolbec
2013-06-23 7:13 Brian Dolbec
2012-12-10 4:56 Brian Dolbec
2012-12-10 4:56 Brian Dolbec
2012-12-10 3:26 Brian Dolbec
2012-12-10 3:26 Brian Dolbec
2012-12-10 3:26 Brian Dolbec
2012-12-10 3:26 Brian Dolbec
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1356246276.e21ce0b047af8e7776ef6750ee1a29cd792aed89.dol-sen@gentoo \
--to=brian.dolbec@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox