Skip to content

Commit

Permalink
Add module to setup.py for installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Costello committed Mar 22, 2013
1 parent ec60d7a commit 36055a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdbtools/memprofiler.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
try:
from collections import namedtuple
except ImportError:
from utils.namedtuple import namedtuple
from rdbtools.utils.namedtuple import namedtuple

import random
try:
Expand Down

0 comments on commit 36055a9

Please sign in to comment.