Skip to content

Commit

Permalink
VotingMachines -> votingMachines
Browse files Browse the repository at this point in the history
  • Loading branch information
orenyodfat committed Oct 11, 2018
1 parent 1c3aaad commit 9c35aea
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 9c35aea

Please sign in to comment.