Skip to content

Commit

Permalink
Shorten CUDA module docstrings, correct manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
lebedov committed Feb 21, 2012
1 parent dc177c9 commit f655e11
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include AUTHORS CHANGES INSTALL LICENSE README
include AUTHORS CHANGES INSTALL LICENSE README.rst
recursive-include scikits *.h
recursive-include demos *.py
recursive-include doc *
Expand Down
2 changes: 0 additions & 2 deletions scikits/cuda/cudadrv.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

"""
Python interface to CUDA driver functions.
Note: this module does not explicitly depend on PyCUDA.
"""

import sys, ctypes
Expand Down
6 changes: 1 addition & 5 deletions scikits/cuda/cudart.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@

"""
Python interface to CUDA runtime functions.
Note: this module does not explicitly depend on PyCUDA.
"""

import sys
import ctypes
import atexit
import sys, ctypes, atexit
import numpy as np

# Load CUDA runtime library:
Expand Down

0 comments on commit f655e11

Please sign in to comment.