Skip to content
Prev Previous commit
Next Next commit
Add module to setup.py for installation
  • Loading branch information
Mark Costello committed Mar 22, 2013
commit 36055a934efb4933d732f561678e99c296e47f2e
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