mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Change imports
This commit is contained in:
parent
bf430709d5
commit
0cd2fc310b
6
std/coin
6
std/coin
@ -1,6 +1,6 @@
|
|||||||
import "CoinReg";
|
import "./CoinReg";
|
||||||
import "Config";
|
import "./Config";
|
||||||
import "configUser";
|
import "./configUser";
|
||||||
|
|
||||||
contract coin is configUser {
|
contract coin is configUser {
|
||||||
function coin(bytes3 name, uint denom) {
|
function coin(bytes3 name, uint denom) {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import "owned";
|
import "./owned";
|
||||||
|
|
||||||
contract mortal is owned {
|
contract mortal is owned {
|
||||||
function kill() {
|
function kill() {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import "Config";
|
import "./Config";
|
||||||
import "NameReg";
|
import "./NameReg";
|
||||||
import "configUser";
|
import "./configUser";
|
||||||
|
|
||||||
contract named is configUser {
|
contract named is configUser {
|
||||||
function named(bytes32 name) {
|
function named(bytes32 name) {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import "Config";
|
import "./Config";
|
||||||
import "configUser";
|
import "./configUser";
|
||||||
|
|
||||||
contract service is configUser {
|
contract service is configUser {
|
||||||
function service(uint _n) {
|
function service(uint _n) {
|
||||||
|
Loading…
Reference in New Issue
Block a user