Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2011-08-18 18:15:58 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2011-08-18 18:15:58 (GMT)
commit4d7971d401f7c14bcfb44b2d3e79b57aa1ff25d6 (patch)
tree8402a2a7827390caa0999b64cbe101d1dd83f30c
parentbdc3d6504ef0d19c439e6df93a3596011d772bca (diff)
typo
-rw-r--r--archivo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivo.py b/archivo.py
index edbb793..cb54af4 100644
--- a/archivo.py
+++ b/archivo.py
@@ -48,7 +48,7 @@ def crear_modelo(indice, path):
modelo = gtk.ListStore(gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING,\
gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING)
if not os.path.exists(path):
- _log.debug('THE FILE ACTIVIDADES DID NOT EXISTS')
+ _log.debug('THE FILE ACTIVIDADES DID NOT EXIST')
archivo = open(path, 'wb')
dia = {}
pickle.dump(dia, archivo)