X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate12.py;h=890f51cb66c75a767693cec4762450b5ae394d55;hb=71c48c6fce3e9f48367a19ed87c2400142c6f722;hp=70a9e18e41df11ef751afeb523b61cbc97438c9f;hpb=6237cc158b46ecd9303d1a09bec56b22983bc968;p=dak.git diff --git a/dak/dakdb/update12.py b/dak/dakdb/update12.py index 70a9e18e..890f51cb 100755 --- a/dak/dakdb/update12.py +++ b/dak/dakdb/update12.py @@ -30,6 +30,7 @@ Adding a date field to the process-new notes import psycopg2 import time +from daklib.dak_exceptions import DBUpdateError ################################################################################