<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -27,11 +27,13 @@ Any signatures of the outputs are performed separately, these programs just run
 
 - meeting1.py
 
-load and hash the MeetingOneIn.xml and MeetingOneOut.xml files
+verify the basic parameters
 
 - meeting2.py
 
-load and hash the MeetingTwoIn, MeetingTwoOut, PrintCode, and MeetingTwoOutCommitments
+verify the audit of the P and D tables.
+*IMPORTANT*, the random seed data must be added in the election directory, the one that contains MeetingTwoIn.xml and MeetingTwoOut.xml,
+with name pre-election-random-data.txt
 
 - meeting3.py
 </diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -32,7 +32,11 @@ def fingerprint_report():
 def file_in_dir(dir, file, filename, xml = True, correct_windows= False):
   path = dir + &quot;/&quot; + file
 
-  f = open(path, &quot;r&quot;)
+  try:
+    f = open(path, &quot;r&quot;)
+  except:
+    print &quot;could not find file %s&quot; % path
+    sys.exit(1)
   contents = f.read()
   f.close()
   </diff>
      <filename>base.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6d82eba94f0b1068f807145fc82900efc93a9538</id>
    </parent>
  </parents>
  <author>
    <name>Ben Adida</name>
    <email>ben@BigDaddy.local</email>
  </author>
  <url>http://github.com/benadida/scantegrity-audit/commit/1d8207bce8c03dae927abe9a41bcea00e5caad5b</url>
  <id>1d8207bce8c03dae927abe9a41bcea00e5caad5b</id>
  <committed-date>2009-11-02T22:25:42-08:00</committed-date>
  <authored-date>2009-11-02T22:25:42-08:00</authored-date>
  <message>added to README, and checked presence of files</message>
  <tree>059dc58aae12279d80ade3eb666b9e7f0d62f209</tree>
  <committer>
    <name>Ben Adida</name>
    <email>ben@BigDaddy.local</email>
  </committer>
</commit>
