fab-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fab-user] Problem with imports


From: Geir Engebakken
Subject: [Fab-user] Problem with imports
Date: Tue, 22 Oct 2013 11:02:08 +0000

Sorry if this is an obvious error, but I am trying to do the following and get into trouble :

 

fabfile.py :

 

import *from util

import a

 

 

a.py :

 

import * from util

 

util.py defines a fab function func() :

 

@task

@roles(‘test')

def func():

 

 

 

 

Now when I do a fab –list I get the following :

 

func

a.func

 

 

Is this due to fabric, or am I using import statements wrongly?

 

 

 

 

 

 

Geir

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]