diff options
| author | Aur??lio A. Heckert <aurium@gmail.com> | 2009-04-16 20:17:24 +0000 |
|---|---|---|
| committer | aurium <aurium@users.sourceforge.net> | 2009-04-16 20:17:24 +0000 |
| commit | 499fbc745ec3c16f8725609a0ddd26dc76a2623f (patch) | |
| tree | 0a58bfa8b7086ae9481505eab88f29b92892faa2 /share/extensions/test | |
| parent | Fix most icon issues: blurry icons, tiling, etc. (hooray!) (diff) | |
| download | inkscape-499fbc745ec3c16f8725609a0ddd26dc76a2623f.tar.gz inkscape-499fbc745ec3c16f8725609a0ddd26dc76a2623f.zip | |
replaced "-" to "_" in the interp_att_g extension name to be usable as module and added a notification for a execution without selection.
(bzr r7722)
Diffstat (limited to 'share/extensions/test')
| -rwxr-xr-x | share/extensions/test/interp_att_g.test.py (renamed from share/extensions/test/interp-att-g.test.py) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/test/interp-att-g.test.py b/share/extensions/test/interp_att_g.test.py index f35a7a167..d7cec126c 100755 --- a/share/extensions/test/interp-att-g.test.py +++ b/share/extensions/test/interp_att_g.test.py @@ -10,7 +10,7 @@ import sys sys.path.append('..') # this line allows to import the extension code import unittest -from interp-att-g import * +from interp_att_g import * class InterpAttGBasicTest(unittest.TestCase): |
