aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2010-12-10 14:15:14 -0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2010-12-10 14:15:14 -0200
commit585e1c297ceb3742329ffbb7a5dd50b9f8347601 (patch)
tree2479bf60fb5db2f1851c8c083f1ba270ebfec508 /g_octave
parentfixed some docstrings (diff)
downloadg-octave-585e1c297ceb3742329ffbb7a5dd50b9f8347601.tar.gz
g-octave-585e1c297ceb3742329ffbb7a5dd50b9f8347601.tar.bz2
g-octave-585e1c297ceb3742329ffbb7a5dd50b9f8347601.zip
small fixes
Diffstat (limited to 'g_octave')
-rw-r--r--g_octave/compat.py4
-rw-r--r--g_octave/description.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/g_octave/compat.py b/g_octave/compat.py
index ec364c3..9ba5ad1 100644
--- a/g_octave/compat.py
+++ b/g_octave/compat.py
@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-
"""
- compat.py
- ~~~~~~~~~
+ g_octave.compat
+ ~~~~~~~~~~~~~~~
This module implements some helper function to compatibility with
Python 3k.
diff --git a/g_octave/description.py b/g_octave/description.py
index 16713e3..e7d3680 100644
--- a/g_octave/description.py
+++ b/g_octave/description.py
@@ -277,7 +277,7 @@ class SvnDescription(Description):
_url = 'https://octave.svn.sourceforge.net/svnroot/octave/trunk/octave-forge'
def __init__(self, category, package):
- temp_desc = config_file = tempfile.mkstemp()[1]
+ temp_desc = tempfile.mkstemp()[1]
desc_url = '%s/%s/%s/DESCRIPTION' % (
self._url,
category,