Skip to content

Commit

Permalink
corrected error on loading module tools
Browse files Browse the repository at this point in the history
  • Loading branch information
rentes committed Jan 7, 2015
1 parent 381534c commit 7498861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion problem18.py
@@ -1,7 +1,7 @@
"""Project Euler - Problem 18 - http://projecteuler.net/problem=18"""
import sys
import time
from tools import timeutils
import tools.timeutils as timeutils


def main():
Expand Down

0 comments on commit 7498861

Please sign in to comment.