elif opt in ('-p', '--path'):
print(aufrefer.path(arg))
elif opt in ('-c', '--content'):
- f = file(aufrefer.path(arg), 'rb')
+ f = open(aufrefer.path(arg), 'rb')
stdout.write(f.read())
f.close()
elif opt in ('-u', '--update'):
+auf-refer (2.0.2) unstable; urgency=medium
+
+ * correction d'un oubli lors de la conversion vers Python 3
+
+ -- Progfou <jean-christophe.andre@auf.org> Mon, 07 Sep 2015 04:47:14 -0400
+
auf-refer (2.0.1) unstable; urgency=medium
* bascule vers Python 3 (code + dépendances)