~vcs-imports/shotfactory/trunk

« back to all changes in this revision

Viewing changes to shotfactory03/gui/linux/iceweasel.py

  • Committer: johann
  • Date: 2007-05-21 18:10:08 UTC
  • Revision ID: vcs-imports@canonical.com-20070521181008-u6thzk83djf4y3p7
Merging cleanup from shotfactory-django branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
GUI-specific interface functions for X11.
21
21
"""
22
22
 
23
 
__revision__ = '$Rev: 992 $'
24
 
__date__ = '$Date: 2007-02-08 08:41:43 +0000 (Thu, 08 Feb 2007) $'
 
23
__revision__ = '$Rev: 1254 $'
 
24
__date__ = '$Date: 2007-05-21 19:10:08 +0100 (Mon, 21 May 2007) $'
25
25
__author__ = '$Author: johann $'
26
26
 
27
27
 
28
 
import os, time, shutil
 
28
import os
 
29
import time
 
30
import shutil
29
31
from shotfactory03.gui import linux as base
30
32
 
31
33