diff python/url2txt.py @ 406:38dd72d72086

fix
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 31 Jul 2013 14:25:02 -0700
parents 5e0b4ec36013
children
line wrap: on
line diff
--- a/python/url2txt.py	Tue Jul 30 18:43:53 2013 -0700
+++ b/python/url2txt.py	Wed Jul 31 14:25:02 2013 -0700
@@ -1,5 +1,7 @@
 #!/usr/bin/env python
 
+# TODO: add url2txt as pluggable thingy for smartopen
+
 # xclip -o | sed 's/_//' | sed 's/.html//'
 
 def url2txt(url):