-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from sot/de-namespace
De-namespace
- Loading branch information
Showing
14 changed files
with
119 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Ska.tdb.egg* | ||
ska_tdb.egg* | ||
MANIFEST | ||
dist | ||
doc/_build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
python setup.py test [With possible additional options like --addopts='-k select_tests -v -s'] | ||
|
||
python | ||
import Ska.tdb | ||
Ska.tdb.test() | ||
import ska_tdb | ||
ska_tdb.test() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Ska.tdb: Access the Chandra Telemetry Database | ||
ska_tdb: Access the Chandra Telemetry Database | ||
|
||
:Author: Tom Aldcroft | ||
:Copyright: 2012 Smithsonian Astrophysical Observatory |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.