Ignore:
Timestamp:
Dec 28, 2011, 6:06:14 AM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
a1ff79a
Parents:
41146ff
git-author:
Alex Dehnert <adehnert@…> (12/28/11 06:06:14)
git-committer:
Alex Dehnert <adehnert@…> (12/28/11 06:06:14)
Message:

Sort imports

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/util/import_db.py

    rbeaf731 rd6e6622  
    11#!/usr/bin/python
     2import csv
     3import datetime
     4import os
    25import sys
    3 import os
    4 import csv
    56
    67if __name__ == '__main__':
     
    1112
    1213import groups.models
    13 import datetime
    1414
    1515def dictize_line(header, line,):
Note: See TracChangeset for help on using the changeset viewer.