AdamSturge / FlailingCanary

0 stars 0 forks source link

Naming conventions #8

Open JonnyLomond opened 9 years ago

JonnyLomond commented 9 years ago

Currently the scripts for this project are importing modules from tweepy, and occasionally sub-objects. Is there a reason not to import tweepy in its entirety, so that we have a clearer set of naming conventions? (tweepy.submodule.function).

AdamSturge commented 9 years ago

Nope, we can import the whole thing if we like