Skip to content

Commit

Permalink
Restore defaultdict import
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Jun 4, 2016
1 parent e06dc84 commit cb3ad31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nikola/nikola.py
Expand Up @@ -28,6 +28,7 @@

from __future__ import print_function, unicode_literals
import io
from collections import defaultdict
from copy import copy
from pkg_resources import resource_filename
import datetime
Expand Down

0 comments on commit cb3ad31

Please sign in to comment.