@@ -1,5 +1,5 @@
pragma solidity ^0.4.4;
-import '../StandardToken.sol';
+import '../token/StandardToken.sol';
// mock class using StandardToken
contract StandardTokenMock is StandardToken {
@@ -1,6 +1,6 @@
-import "../StandardToken.sol";
+import "./StandardToken.sol";
/*
* Simple ERC20 Token example, with crowdsale token creation
* Very simple ERC20 Token example, where all tokens are pre-assigned
@@ -1,7 +1,7 @@
import './ERC20.sol';
-import './SafeMath.sol';
+import '../SafeMath.sol';
/**
* ERC20 token