move alto xml exporter to root export namespace

This commit is contained in:
Eliot Jones
2019-10-17 10:46:43 +01:00
parent f14c52a05a
commit 57dfee3211
3 changed files with 6 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
using System.Xml;
using System.Xml.Linq;
using DocumentLayoutAnalysis;
using Export.Alto;
using Export;
using Xunit;
public class PigProductionHandbookTests