1
Fork 0

Removed unused export

This commit is contained in:
Jake Howard 2015-12-06 22:30:57 +00:00
parent 8282b3211a
commit 462e12e4ec
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
import os, shutil
from yaml import load, dump
from yaml import load
from project.utils import shell, constants
try:
from yaml import CLoader as Loader, CDumper as Dumper
from yaml import CLoader as Loader
except ImportError:
from yaml import Loader, Dumper
from yaml import Loader
def atom():