Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/imagenes/Authors.py
diff options
context:
space:
mode:
Diffstat (limited to 'imagenes/Authors.py')
-rw-r--r--imagenes/Authors.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/imagenes/Authors.py b/imagenes/Authors.py
index 395e32a..08bdff0 100644
--- a/imagenes/Authors.py
+++ b/imagenes/Authors.py
@@ -1,13 +1,14 @@
#!/usr/bin/env python
+# -*- coding: utf-8 -*-
#Image authors list
#Images published on flickr under the Creative Common License
#pattern:
#__(("Filename_wo_ext", _("Image name"), "Author name", "Link to photo"))
#__(("", _(""), "", ""))
+from gettext import gettext as _
autores = {}
-from gettext import gettext as _
def __(a):
autores[a[0]] = a[1:]