aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Conway <john.a.conway@gmail.com>2019-05-08 15:58:36 +0100
committerJohn Conway <john.a.conway@gmail.com>2019-05-08 15:58:36 +0100
commit60367493574959398664601d9c56747c9935fc30 (patch)
treebaaf8e15370a9904aed626d003f8c96b918f3a13 /src
parent01d296acb19c2f00d1868c2c74c2a3fd3a80fb53 (diff)
downloadfeed-nim-60367493574959398664601d9c56747c9935fc30.tar.gz
feed-nim-60367493574959398664601d9c56747c9935fc30.zip
Removed unnecessary import
Diffstat (limited to 'src')
-rw-r--r--src/feednim/atom.nim2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/feednim/atom.nim b/src/feednim/atom.nim
index 9fce652..b771bc8 100644
--- a/src/feednim/atom.nim
+++ b/src/feednim/atom.nim
@@ -11,8 +11,6 @@ import xmltree
import streams
import sugar
-import marshal
-
type
Atom* = object
author: AtomAuthor # Sugar, not in Atom spec. Returns the first author.