damned-lies r1438 - in trunk: . vertimus



Author: claudep
Date: Fri Feb  6 19:07:27 2009
New Revision: 1438
URL: http://svn.gnome.org/viewvc/damned-lies?rev=1438&view=rev

Log:
2009-02-06  Claude Paroz  <claude 2xlibre net>

	* vertimus/views.py: Argh... removed pdb.set_trace() :-D

Modified:
   trunk/ChangeLog
   trunk/vertimus/views.py

Modified: trunk/vertimus/views.py
==============================================================================
--- trunk/vertimus/views.py	(original)
+++ trunk/vertimus/views.py	Fri Feb  6 19:07:27 2009
@@ -121,7 +121,6 @@
     content1 = [l.decode('utf-8') for l in open(file_path1, 'U').readlines()]
     descr1 = _("Uploaded file by %(name)s on %(date)s") % { 'name': action_db1.person.name,
                                                             'date': action_db1.created }
-    import pdb; pdb.set_trace()
     if action_id2 not in (None, "0"):
         # 1) id2 specified in url
         action2 = ActionDb.objects.get(id=action_id2)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]