Commit 40af10df by Bill Gleim

Correct relative directory reference

parent 57d83fd0
pragma solidity ^0.4.0; pragma solidity ^0.4.0;
import './PullPayment.sol'; import './PullPayment.sol';
import './token/CrowdsaleToken.sol'; import './../token/CrowdsaleToken.sol';
/* /*
* Bounty * Bounty
......
pragma solidity ^0.4.0; pragma solidity ^0.4.0;
import './PullPayment.sol'; import './PullPayment.sol';
import './token/SimpleToken.sol'; import './../token/SimpleToken.sol';
/* /*
* Bounty * Bounty
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment