gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz Gzz.py


From: Vesa Kaihlavirta
Subject: [Gzz-commits] gzz Gzz.py
Date: Wed, 25 Sep 2002 05:45:01 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Vesa Kaihlavirta <address@hidden>       02/09/25 05:45:01

Modified files:
        .              : Gzz.py 

Log message:
        Excess imports removed.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/Gzz.py.diff?tr1=1.31&tr2=1.32&r1=text&r2=text

Patches:
Index: gzz/Gzz.py
diff -c gzz/Gzz.py:1.31 gzz/Gzz.py:1.32
*** gzz/Gzz.py:1.31     Wed Sep 25 05:14:52 2002
--- gzz/Gzz.py  Wed Sep 25 05:45:01 2002
***************
*** 3,9 ****
  # python imports
  import sys
  import getopt
- import re
  
  # java imports
  import java.lang
--- 3,8 ----
***************
*** 12,27 ****
  # Gzz imports
  import gzz
  import gzz.util.dbg
- import gzz.util
- import gzz.gfx.gl
  import gzz.control
  import gzz.impl
- import gzz.media
  import gzz.media.impl
  import gzz.mediaserver
  import gzz.mediaserver.storage
  import gzz.slices
- import gzz.diff
  import gzz.client
  import gzz.view
  import gzz.zzutil
--- 11,22 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]