Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-05-24 10:08:05 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-05-24 10:08:05 (GMT)
commit2145de103988086a6a0e72890b1104cd9c4a843e (patch)
treecb91e7ad84c0f323e5d3073330d0fcb39dab0f22 /tests
parentc89de594d37e33cb484e3ced73ee1ffbb0c81851 (diff)
Hook up get_from_file_name
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test-mime.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-mime.py b/tests/test-mime.py
index 8ecd613..f9b3ac2 100755
--- a/tests/test-mime.py
+++ b/tests/test-mime.py
@@ -16,6 +16,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-from sugar import objects
+from sugar.objects import mime
-print objects.mime.get_from_filename('test.pdf')
+print mime.get_from_file_name('test.pdf')