public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM]  master: Delete unused import of subprocess.
@ 2007-11-22 17:53 cagney
  0 siblings, 0 replies; only message in thread
From: cagney @ 2007-11-22 17:53 UTC (permalink / raw)
  To: frysk-cvs

The branch, master has been updated
       via  cb32a788e5ece3e8775f3def07d86e13ee14a64f (commit)
      from  f3a7416e830b9fbeacddac5c90183389e5b64136 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit cb32a788e5ece3e8775f3def07d86e13ee14a64f
Author: Andrew Cagney <cagney@toenail.yyz.redhat.com>
Date:   Thu Nov 22 12:58:36 2007 -0500

    Delete unused import of subprocess.
    
    frysk-core/frysk/debuginfo/ChangeLog
    2007-11-22  Andrew Cagney  <cagney@redhat.com>
    
    	* gen-type-expect-tests.py: Do not import "subprocess".
    
    frysk-core/frysk/pkglibdir/ChangeLog
    2007-11-22  Andrew Cagney  <cagney@redhat.com>
    
    	* gen-type-funit-tests.py: Do not import "subprocess".

-----------------------------------------------------------------------

Summary of changes:
 frysk-core/frysk/debuginfo/ChangeLog               |    4 ++++
 .../frysk/debuginfo/gen-type-expect-tests.py       |    1 -
 frysk-core/frysk/pkglibdir/ChangeLog               |    4 ++++
 frysk-core/frysk/pkglibdir/gen-type-funit-tests.py |    1 -
 4 files changed, 8 insertions(+), 2 deletions(-)

First 500 lines of diff:
diff --git a/frysk-core/frysk/debuginfo/ChangeLog b/frysk-core/frysk/debuginfo/ChangeLog
index 54ca18b..728e5bb 100644
--- a/frysk-core/frysk/debuginfo/ChangeLog
+++ b/frysk-core/frysk/debuginfo/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-22  Andrew Cagney  <cagney@redhat.com>
+
+	* gen-type-expect-tests.py: Do not import "subprocess".
+
 2007-11-21  Sami Wagiaalla  <swagiaal@redhat.com>
 
 	* DebugInfoStackFactory.java (printTaskStackTrace): Added
diff --git a/frysk-core/frysk/debuginfo/gen-type-expect-tests.py b/frysk-core/frysk/debuginfo/gen-type-expect-tests.py
index c8197e2..58593ce 100644
--- a/frysk-core/frysk/debuginfo/gen-type-expect-tests.py
+++ b/frysk-core/frysk/debuginfo/gen-type-expect-tests.py
@@ -41,7 +41,6 @@
 
 import os,posix,sys
 import re
-from subprocess import *
 from os.path import *
 
 ########################################################################
diff --git a/frysk-core/frysk/pkglibdir/ChangeLog b/frysk-core/frysk/pkglibdir/ChangeLog
index d383139..1e149f8 100644
--- a/frysk-core/frysk/pkglibdir/ChangeLog
+++ b/frysk-core/frysk/pkglibdir/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-22  Andrew Cagney  <cagney@redhat.com>
+
+	* gen-type-funit-tests.py: Do not import "subprocess".
+
 2007-11-19  Stan Cox  <scox@redhat.com>
 
 	* gen-type-funit-tests.py (main): Allow for improved formatting of
diff --git a/frysk-core/frysk/pkglibdir/gen-type-funit-tests.py b/frysk-core/frysk/pkglibdir/gen-type-funit-tests.py
index 123d477..e4fc9c9 100644
--- a/frysk-core/frysk/pkglibdir/gen-type-funit-tests.py
+++ b/frysk-core/frysk/pkglibdir/gen-type-funit-tests.py
@@ -1,6 +1,5 @@
 #!/usr/bin/python
 import os,posix,sys
-from subprocess import *
 from os.path import *
 
 ########################################################################


hooks/post-receive
--
frysk system monitor/debugger


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-22 17:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-22 17:53 [SCM] master: Delete unused import of subprocess cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).