fix Token imports and v0.0.6

This commit is contained in:
Manuel Araoz
2016-08-18 16:32:48 -03:00
parent bbbc820437
commit 06a391113c
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
// Flat file implementation of `dappsys/token/base.sol::DSTokenBase`
// Everything throws instead of returning false on failure.
import 'ERC20.sol';
import './ERC20.sol';
contract Token is ERC20 {