Skip to content

Commit

Permalink
Merge pull request #24 from daostack/gh-issue-23
Browse files Browse the repository at this point in the history
VotingMachines -> votingMachines
  • Loading branch information
leviadam authored Oct 11, 2018
2 parents 1c3aaad + 9c35aea commit 2113539
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions contracts/test/AbsoluteVoteExecuteMock.sol
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
pragma solidity ^0.4.25;

import "../VotingMachines/ProposalExecuteInterface.sol";
import "../VotingMachines/VotingMachineCallbacksInterface.sol";
import "../votingMachines/ProposalExecuteInterface.sol";
import "../votingMachines/VotingMachineCallbacksInterface.sol";
import "openzeppelin-solidity/contracts/ownership/Ownable.sol";
import "./Debug.sol";
import "../Reputation.sol";
import "../VotingMachines/AbsoluteVote.sol";
import "../votingMachines/AbsoluteVote.sol";


contract AbsoluteVoteExecuteMock is Debug,VotingMachineCallbacksInterface,ProposalExecuteInterface,Ownable {
Expand Down
6 changes: 3 additions & 3 deletions contracts/test/GenesisProtocolCallbacksMock.sol
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pragma solidity ^0.4.25;

import "../VotingMachines/VotingMachineCallbacksInterface.sol";
import "../VotingMachines/ProposalExecuteInterface.sol";
import "../VotingMachines/GenesisProtocol.sol";
import "../votingMachines/VotingMachineCallbacksInterface.sol";
import "../votingMachines/ProposalExecuteInterface.sol";
import "../votingMachines/GenesisProtocol.sol";
import "../Reputation.sol";
import "openzeppelin-solidity/contracts/ownership/Ownable.sol";
import "./Debug.sol";
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2113539

Please sign in to comment.