Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Docstring added
  • Loading branch information
Klaus Thoden committed Aug 22, 2018
1 parent 34af28a commit 4e79ba6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion imxml2django.py
@@ -1,6 +1,15 @@
#!/usr/bin/env python3
# -*- coding: utf-8; mode: python -*-
# Time-stamp: <2018-06-04 15:09:32 (kthoden)>
# Time-stamp: <2018-08-22 15:44:39 (kthoden)>

"""
Create an XML file that can be inserted into the Django database
of an EOAv1 installation.
Input file is a customized DocBook XML that has been generated either
with eoatex2imxml or tei2imxml.
"""

import pickle
import os
Expand Down

0 comments on commit 4e79ba6

Please sign in to comment.