Browse Source

fix

git-svn-id: https://bucket.mit.edu/svn/nilm/nilmdb@11357 ddd99763-3ecb-0310-9145-efcb8ce7c51f
tags/bxinterval-return
Jim Paris 11 years ago
parent
commit
6cedd7c327
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      nilmdb/interval.py

+ 1
- 2
nilmdb/interval.py View File

@@ -15,8 +15,7 @@ Intervals are closed, ie. they include timestamps [start, end]
# Third version is more similar to the first version, using a rb-tree
# instead of a simple sorted list to maintain O(log n) operations.

import pyximport
pyximport.install()
import rbtree

class IntervalError(Exception):
"""Error due to interval overlap, etc"""


Loading…
Cancel
Save