Skip to content

Commit

Permalink
refactor folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tiero committed Oct 15, 2017
1 parent 39645a2 commit 3867f64
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion dao/contracts/agent/Agent.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
pragma solidity ^0.4.15;

import "./AgentInterface.sol";
// import "../marketjob/MarketJobInterface.sol";
import "../ownership/ownable.sol";

contract Agent is AgentInterface, ownable {
Expand Down
2 changes: 1 addition & 1 deletion dao/contracts/agent/AgentInterface.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pragma solidity ^0.4.15;

import "../marketJob/MarketJob.sol";
import "../market/MarketJob.sol";

contract AgentInterface {

Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion dao/test/TestAgent.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const Agent = artifacts.require('agent/Agent.sol')
const Market = artifacts.require('marketJob/MarketJob.sol')
const Market = artifacts.require('market/MarketJob.sol')

contract('Agent', function (accounts) {

Expand Down

0 comments on commit 3867f64

Please sign in to comment.