summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMaksim Melnikau <maxposedon@gmail.com>2013-01-06 02:03:36 +0300
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-01-07 11:10:57 +0000
commit08a0b1b3462a571a91d12ab63d3d5c17d9317c38 (patch)
treed54d9c8b3eaad096a9dfa551f473492701a8de84 /examples
parentff1eea1e3abdc78665bb8b72c65bb19c8b1084b3 (diff)
downloadtelepathy-glib-08a0b1b3462a571a91d12ab63d3d5c17d9317c38.tar.gz
del unused magic import in ft-handler.py example
1) it isn't used now 2) it is prevents run example on machines, which hasn't magic 3) magic(libmagic) isn't popular in various linux distributions Signed-off-by: Maksim Melnikau <maxposedon@gmail.com> Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'examples')
-rw-r--r--examples/client/python/ft-handler.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/client/python/ft-handler.py b/examples/client/python/ft-handler.py
index 2e042f782..d1ac1775e 100644
--- a/examples/client/python/ft-handler.py
+++ b/examples/client/python/ft-handler.py
@@ -7,8 +7,6 @@ GObject.threads_init()
from gi.repository import Gio
from gi.repository import TelepathyGLib
-import magic
-
def usage():
print "%s FILE" % sys.argv[0]
print "FILE is a path to the location you want the file saved to"