summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-23 18:44:55 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-23 18:44:55 +0100
commit97f3db3b0ddf636d1cdad869184009976f18355f (patch)
tree3c4eb7def23d3e99275717d5eb7bf706e39464f0
parentdb6b49165e085c12093c08fd6b533e3f70ff40f4 (diff)
downloadobnam-97f3db3b0ddf636d1cdad869184009976f18355f.tar.gz
Fix typo.
-rw-r--r--obnamlib/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/obnamlib/__init__.py b/obnamlib/__init__.py
index f833878e..602680e6 100644
--- a/obnamlib/__init__.py
+++ b/obnamlib/__init__.py
@@ -29,7 +29,7 @@ class DummyExtension(object):
def __getattr__(self, name):
raise Exception('Trying to use _obnam, but that was not found.')
try:
- import _obna
+ import _obnam
except ImportError:
_obnam = DummyExtension()