From cf2940d51432f83c1d0418da18db37a85c3a99bb Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Wed, 31 May 2006 05:57:55 +0000 Subject: [PATCH] Update svn: r6828 --- src/ReportBase/_BareReportDialog.py | 2 +- src/ReportBase/_BookFormatComboBox.py | 2 +- src/ReportBase/_CommandLineReport.py | 2 +- src/ReportBase/_Constants.py | 2 +- src/ReportBase/_DrawFormatComboBox.py | 2 +- src/ReportBase/_DrawReportDialog.py | 2 +- src/ReportBase/_FileEntry.py | 2 +- src/ReportBase/_PrintTools.py | 2 +- src/ReportBase/_Report.py | 2 +- src/ReportBase/_ReportDialog.py | 2 +- src/ReportBase/_StyleComboBox.py | 2 +- src/ReportBase/_TemplateParser.py | 2 +- src/ReportBase/_TextFormatComboBox.py | 2 +- src/ReportBase/_TextReportDialog.py | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/ReportBase/_BareReportDialog.py b/src/ReportBase/_BareReportDialog.py index 3ac26a321..89adce742 100644 --- a/src/ReportBase/_BareReportDialog.py +++ b/src/ReportBase/_BareReportDialog.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _Report.py 6669 2006-05-15 15:53:42Z rshura $ +# $Id$ from types import ClassType, InstanceType import gtk diff --git a/src/ReportBase/_BookFormatComboBox.py b/src/ReportBase/_BookFormatComboBox.py index b797551e5..9e25f3e26 100644 --- a/src/ReportBase/_BookFormatComboBox.py +++ b/src/ReportBase/_BookFormatComboBox.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _Report.py 6669 2006-05-15 15:53:42Z rshura $ +# $Id$ #------------------------------------------------------------------------- # diff --git a/src/ReportBase/_CommandLineReport.py b/src/ReportBase/_CommandLineReport.py index c184a91dd..169541e39 100644 --- a/src/ReportBase/_CommandLineReport.py +++ b/src/ReportBase/_CommandLineReport.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _Report.py 6669 2006-05-15 15:53:42Z rshura $ +# $Id$ import logging log = logging.getLogger(".") diff --git a/src/ReportBase/_Constants.py b/src/ReportBase/_Constants.py index 6f0d5c7e2..bbe0e786c 100644 --- a/src/ReportBase/_Constants.py +++ b/src/ReportBase/_Constants.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _Report.py 6669 2006-05-15 15:53:42Z rshura $ +# $Id$ "Report Generation Framework" diff --git a/src/ReportBase/_DrawFormatComboBox.py b/src/ReportBase/_DrawFormatComboBox.py index fa3f45d28..696c46aa3 100644 --- a/src/ReportBase/_DrawFormatComboBox.py +++ b/src/ReportBase/_DrawFormatComboBox.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _Report.py 6669 2006-05-15 15:53:42Z rshura $ +# $Id$ import gtk import Config diff --git a/src/ReportBase/_DrawReportDialog.py b/src/ReportBase/_DrawReportDialog.py index c5bce51f3..8e0d68af4 100644 --- a/src/ReportBase/_DrawReportDialog.py +++ b/src/ReportBase/_DrawReportDialog.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _Report.py 6669 2006-05-15 15:53:42Z rshura $ +# $Id$ from _Constants import CATEGORY_DRAW from _ReportDialog import ReportDialog diff --git a/src/ReportBase/_FileEntry.py b/src/ReportBase/_FileEntry.py index 06656470c..e1ca18cb0 100644 --- a/src/ReportBase/_FileEntry.py +++ b/src/ReportBase/_FileEntry.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _Report.py 6669 2006-05-15 15:53:42Z rshura $ +# $Id$ import os import gtk diff --git a/src/ReportBase/_PrintTools.py b/src/ReportBase/_PrintTools.py index 1e0c2409b..00c808e41 100644 --- a/src/ReportBase/_PrintTools.py +++ b/src/ReportBase/_PrintTools.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _Report.py 6669 2006-05-15 15:53:42Z rshura $ +# $Id$ "Report Generation Framework" diff --git a/src/ReportBase/_Report.py b/src/ReportBase/_Report.py index 40c6c1509..ce8a28d2e 100644 --- a/src/ReportBase/_Report.py +++ b/src/ReportBase/_Report.py @@ -19,7 +19,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _Report.py 6669 2006-05-15 15:53:42Z rshura $ +# $Id$ import Utils diff --git a/src/ReportBase/_ReportDialog.py b/src/ReportBase/_ReportDialog.py index 8f5d21c2f..a769fe184 100644 --- a/src/ReportBase/_ReportDialog.py +++ b/src/ReportBase/_ReportDialog.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _Report.py 6669 2006-05-15 15:53:42Z rshura $ +# $Id$ import os import gtk diff --git a/src/ReportBase/_StyleComboBox.py b/src/ReportBase/_StyleComboBox.py index fcdfacca4..ff705c0b4 100644 --- a/src/ReportBase/_StyleComboBox.py +++ b/src/ReportBase/_StyleComboBox.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _Report.py 6669 2006-05-15 15:53:42Z rshura $ +# $Id$ import gtk diff --git a/src/ReportBase/_TemplateParser.py b/src/ReportBase/_TemplateParser.py index ad319b48a..c3a5af75f 100644 --- a/src/ReportBase/_TemplateParser.py +++ b/src/ReportBase/_TemplateParser.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _Report.py 6669 2006-05-15 15:53:42Z rshura $ +# $Id$ #----------------------------------------------------------------------- # diff --git a/src/ReportBase/_TextFormatComboBox.py b/src/ReportBase/_TextFormatComboBox.py index a27e4ef71..b7546f4cf 100644 --- a/src/ReportBase/_TextFormatComboBox.py +++ b/src/ReportBase/_TextFormatComboBox.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _Report.py 6669 2006-05-15 15:53:42Z rshura $ +# $Id$ import gtk import Config diff --git a/src/ReportBase/_TextReportDialog.py b/src/ReportBase/_TextReportDialog.py index 0927cb0eb..26680eaa5 100644 --- a/src/ReportBase/_TextReportDialog.py +++ b/src/ReportBase/_TextReportDialog.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: _Report.py 6669 2006-05-15 15:53:42Z rshura $ +# $Id$ from _Constants import CATEGORY_TEXT from _ReportDialog import ReportDialog