Move TokenRegistry to 'previous' directory

This commit is contained in:
Amir Bandeali
2018-04-26 09:33:31 -07:00
parent 599d34f1c0
commit e4f8ea2f7c
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
pragma solidity ^0.4.21;
import { IOwnable_v1 as IOwnable } from "../../../previous/Ownable/IOwnable_v1.sol";
import { IOwnable_v1 as IOwnable } from "../Ownable/IOwnable_v1.sol";
/// @title Token Registry - Stores metadata associated with ERC20 tokens. See ERC22 https://github.com/ethereum/EIPs/issues/22
/// @author Amir Bandeali - <amir@0xProject.com>, Will Warren - <will@0xProject.com>

View File

@@ -18,7 +18,7 @@
pragma solidity ^0.4.11;
import { Ownable_v1 as Ownable } from "../../../previous/Ownable/Ownable_v1.sol";
import { Ownable_v1 as Ownable } from "../Ownable/Ownable_v1.sol";
/// @title Token Registry - Stores metadata associated with ERC20 tokens. See ERC22 https://github.com/ethereum/EIPs/issues/22
/// @author Amir Bandeali - <amir@0xProject.com>, Will Warren - <will@0xProject.com>