Skip to content

Commit

Permalink
add entry point that escaped #1166
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Aug 3, 2016
1 parent bb308b0 commit 5c4d90c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conda_build/main_index.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from __future__ import absolute_import, division, print_function

import logging
import os
from locale import getpreferredencoding
from os.path import abspath
Expand All @@ -9,6 +10,8 @@

from conda_build.index import update_index

logging.basicConfig(level=logging.INFO)


def main():
p = ArgumentParser(
Expand Down

0 comments on commit 5c4d90c

Please sign in to comment.