rename scales to timescales.py

This commit is contained in:
codl 2017-08-29 15:00:08 +02:00
parent 007aec7529
commit f9a6bfe260
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
from datetime import timedelta, datetime
from scales import SCALES
from .timescales import SCALES
def decompose_interval(attrname):