Put all ED contracts in one folder

This commit is contained in:
Leonid Logvinov
2018-02-05 15:16:29 +01:00
parent e42891ae5b
commit e113a8e7af
2 changed files with 1 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
pragma solidity ^0.4.19;
import { SafeMath } from "../../utils/SafeMath/SafeMath.sol";
import { AccountLevels } from "../AccountLevels/AccountLevels.sol";
import { AccountLevels } from "./AccountLevels.sol";
import { Token } from "../../tokens/Token/Token.sol";
contract EtherDelta is SafeMath {