imip-agent

Changeset

1349:a9906639f73d
2017-10-19 Paul Boddie raw files shortlog changelog graph Added missing import. client-editing-simplification
imipweb/data.py (file)
     1.1 --- a/imipweb/data.py	Wed Oct 18 17:54:37 2017 +0200
     1.2 +++ b/imipweb/data.py	Thu Oct 19 23:26:15 2017 +0200
     1.3 @@ -19,7 +19,7 @@
     1.4  this program.  If not, see <http://www.gnu.org/licenses/>.
     1.5  """
     1.6  
     1.7 -from imiptools.editing import FormPeriod
     1.8 +from imiptools.editing import FormDate, FormPeriod
     1.9  
    1.10  # Form field extraction and serialisation.
    1.11