summaryrefslogtreecommitdiffstats
path: root/timezone.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-01-17 19:45:44 +0000
committerChris Lumens <clumens@redhat.com>2007-01-17 19:45:44 +0000
commit8725243a423867f2b5a7673e7d56bf4f26a461d0 (patch)
treecced06a40e6bab3100aa12853d223a1591fc9ee7 /timezone.py
parent7df3f88093b7df9dc11243cb44587f2e8b78f99f (diff)
downloadanaconda-8725243a423867f2b5a7673e7d56bf4f26a461d0.tar.gz
anaconda-8725243a423867f2b5a7673e7d56bf4f26a461d0.tar.xz
anaconda-8725243a423867f2b5a7673e7d56bf4f26a461d0.zip
Remove unused crud.
Diffstat (limited to 'timezone.py')
-rw-r--r--timezone.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/timezone.py b/timezone.py
index d63fcfb50..f5285db17 100644
--- a/timezone.py
+++ b/timezone.py
@@ -62,6 +62,3 @@ class Timezone:
self.tz = None
self.utc = 0
self.arc = 0
- self.utcOffset = 0
- self.dst = 0
-