[Avida-cvs] [avida-svn] r567 - branches/developers/avida-edward/source/python/AvidaGui2

avidaedward@myxo.css.msu.edu avidaedward at myxo.css.msu.edu
Tue Apr 4 13:20:10 PDT 2006


Author: avidaedward
Date: 2006-04-04 16:20:10 -0400 (Tue, 04 Apr 2006)
New Revision: 567

Added:
   branches/developers/avida-edward/source/python/AvidaGui2/Get_Avida_ED_version.py
Removed:
   branches/developers/avida-edward/source/python/AvidaGui2/Avida_ED_version.py
Modified:
   branches/developers/avida-edward/source/python/AvidaGui2/pyEduWorkspaceCtrl.py
   branches/developers/avida-edward/source/python/AvidaGui2/pyTemporaryReloads.py
Log:

Replaced Avida_ED_version.py with Get_Avida_ED_version.py, because the
former is autogenerated and always out of date.



Deleted: branches/developers/avida-edward/source/python/AvidaGui2/Avida_ED_version.py
===================================================================
--- branches/developers/avida-edward/source/python/AvidaGui2/Avida_ED_version.py	2006-04-04 19:59:23 UTC (rev 566)
+++ branches/developers/avida-edward/source/python/AvidaGui2/Avida_ED_version.py	2006-04-04 20:20:10 UTC (rev 567)
@@ -1 +0,0 @@
-svn_revision_string = 'Avida-ED v2.0.562:564'

Added: branches/developers/avida-edward/source/python/AvidaGui2/Get_Avida_ED_version.py
===================================================================
--- branches/developers/avida-edward/source/python/AvidaGui2/Get_Avida_ED_version.py	2006-04-04 19:59:23 UTC (rev 566)
+++ branches/developers/avida-edward/source/python/AvidaGui2/Get_Avida_ED_version.py	2006-04-04 20:20:10 UTC (rev 567)
@@ -0,0 +1,6 @@
+
+try:
+  import Avida_ED_version
+  svn_revision_string = Avida_ED_version.svn_revision_string
+except:
+  svn_revision_string = "(unknown)"

Modified: branches/developers/avida-edward/source/python/AvidaGui2/pyEduWorkspaceCtrl.py
===================================================================
--- branches/developers/avida-edward/source/python/AvidaGui2/pyEduWorkspaceCtrl.py	2006-04-04 19:59:23 UTC (rev 566)
+++ branches/developers/avida-edward/source/python/AvidaGui2/pyEduWorkspaceCtrl.py	2006-04-04 20:20:10 UTC (rev 567)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-from Avida_ED_version import svn_revision_string
+from Get_Avida_ED_version import svn_revision_string
 from pyEduWorkspaceView import pyEduWorkspaceView
 from pyMdtr import pyMdtr
 from pyOneAnalyzeCtrl import pyOneAnalyzeCtrl

Modified: branches/developers/avida-edward/source/python/AvidaGui2/pyTemporaryReloads.py
===================================================================
--- branches/developers/avida-edward/source/python/AvidaGui2/pyTemporaryReloads.py	2006-04-04 19:59:23 UTC (rev 566)
+++ branches/developers/avida-edward/source/python/AvidaGui2/pyTemporaryReloads.py	2006-04-04 20:20:10 UTC (rev 567)
@@ -41,7 +41,7 @@
 ]
 
 nontest_module_names = [
-  "AvidaGui2.Avida_ED_version",
+  "AvidaGui2.Get_Avida_ED_version",
 
   # For some reason these dialog views/controls need to be listed first
   # (not in Alphabetic order)




More information about the Avida-cvs mailing list