Changeset 348

Show
Ignore:
Timestamp:
12/29/07 09:38:27 (10 months ago)
Author:
astraw
Message:

namespace packages fixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/FlyMovieFormat/motmot.FlyMovieFormat.egg-info/stdeb.cfg

    r346 r348  
    11[DEFAULT] 
    2 Package: python-flymovieformat 
    3 Replaces: python-ads-flymovieformat 
    4 Conflicts: python-ads-flymovieformat 
    52# ADS: move these Depends to Recommends/Suggests and make playfmf package? 
    6 Depends: python-numpy, python-imaging, python-matplotlib, python-imaging, python-imops, python-wxgtk2.8 
    7 Build-Depends: python-motmotutils 
    8 Suggests: python-pyavi 
     3Depends: python-numpy, python-imaging, python-matplotlib, python-imaging, python-motmot-imops, python-wxgtk2.8 
    94MIME-Desktop-Files: playfmf.desktop, fmf_plottimestamps.desktop 
    105MIME-File: FlyMovieFormat.mime 
  • trunk/FlyMovieFormat/setup.py

    r346 r348  
    44    ) 
    55 
    6 setup(name='FlyMovieFormat', 
     6setup(name='motmot.FlyMovieFormat', 
    77      description='support for .fmf files (part of the motmot camera packages)', 
    88      version='0.5.2', 
  • trunk/imops/motmot.imops.egg-info/stdeb.cfg

    r299 r348  
    11[DEFAULT] 
    2 Package: python-motmot-imops 
    3 Conflicts: python-imops, python-ads-imops 
    4 Replaces: python-imops, python-ads-imops 
    52Build-Depends: python-pyrex, python-numpy (>=1:1.0.3) 
    63Depends: python-numpy (>=1:1.0.3), python-setuptools 
  • trunk/pycamiface/demo/simple.py

    r307 r348  
    1 import cam_iface_choose 
     1import motmot.cam_iface.choose as cam_iface_choose 
    22 
    33#cam_iface = cam_iface_choose.import_backend( 'prosilica_gige', 'ctypes' ) 
     
    99 
    1010# for save mode: 
    11 import FlyMovieFormat 
     11import motmot.FlyMovieFormat.FlyMovieFormat as FlyMovieFormat 
    1212import Queue 
    1313import threading